- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for firstIndex (0.06 sec)
-
android/guava/src/com/google/common/collect/AbstractMapBasedMultiset.java
* enough it's not especially worth it. */ abstract class Itr<T extends @Nullable Object> implements Iterator<T> { int entryIndex = backingMap.firstIndex(); int toRemove = -1; int expectedModCount = backingMap.modCount; @ParametricNullness abstract T result(int entryIndex); private void checkForConcurrentModification() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 23:15:58 UTC 2025 - 7.9K bytes - Viewed (0)