Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastKnownIndex (0.04 sec)

  1. android/guava/src/com/google/common/collect/CompactHashMap.java

        private int lastKnownIndex;
    
        MapEntry(int index) {
          this.key = key(index);
          this.lastKnownIndex = index;
        }
    
        @Override
        @ParametricNullness
        public K getKey() {
          return key;
        }
    
        private void updateLastKnownIndex() {
          if (lastKnownIndex == -1
              || lastKnownIndex >= size()
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
Back to top