Searched refs:mExpectedEnd (Results 1 – 1 of 1) sorted by relevance
230 Entry<K, V> mExpectedEnd; field in SafeIterableMap.ListIterator234 this.mExpectedEnd = expectedEnd; in ListIterator()246 if (mExpectedEnd == entry && entry == mNext) { in supportRemove()248 mExpectedEnd = null; in supportRemove()251 if (mExpectedEnd == entry) { in supportRemove()252 mExpectedEnd = backward(mExpectedEnd); in supportRemove()262 if (mNext == mExpectedEnd || mExpectedEnd == null) { in nextNode()