- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for entryIndex (0.04 sec)
-
android/guava/src/com/google/common/collect/AbstractMapBasedMultiset.java
checkForConcurrentModification(); return entryIndex >= 0; } @Override @ParametricNullness public T next() { if (!hasNext()) { throw new NoSuchElementException(); } T result = result(entryIndex); toRemove = entryIndex; entryIndex = backingMap.nextIndex(entryIndex); return result; } @Override
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 23:15:58 UTC 2025 - 7.9K bytes - Viewed (0)