Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for maintainEmptyInvariant (0.07 seconds)

  1. guava/src/com/google/common/collect/StandardTable.java

            return null;
          }
          V result = Maps.safeRemove(backingRowMap, key);
          maintainEmptyInvariant();
          return result;
        }
    
        @Override
        public void clear() {
          updateBackingRowMapField();
          if (backingRowMap != null) {
            backingRowMap.clear();
          }
          maintainEmptyInvariant();
        }
    
        @Override
        public int size() {
          updateBackingRowMapField();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 30.4K bytes
    - Click Count (0)
Back to Top