Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstIndex (0.2 sec)

  1. 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() {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Mar 06 16:06:58 GMT 2023
    - 8.2K bytes
    - Viewed (0)
Back to top