Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. android/guava-tests/test/com/google/common/collect/SimpleAbstractMultisetTest.java

          implements Serializable {
        final Map<E, Integer> backingMap = new HashMap<>();
    
        @Override
        public int size() {
          return Multisets.linearTimeSizeImpl(this);
        }
    
        @Override
        public void clear() {
          throw new UnsupportedOperationException();
        }
    
        @Override
        public int count(@Nullable Object element) {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 5.6K bytes
    - Click Count (0)
Back to Top