Home
last modified time | relevance | path

Searched refs:mExpectedEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/app-toolkit/common/src/main/java/androidx/arch/core/internal/
DSafeIterableMap.java230 Entry<K, V> mExpectedEnd; field in SafeIterableMap.ListIterator
234 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()