Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for StandardValues (0.05 seconds)

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

              }
    
              @Override
              public Collection<Boolean> values() {
                return new StandardValues();
              }
            };
        callAllPublicMethods(new TypeToken<Collection<Boolean>>() {}, forward.values());
    
        // These are the methods specified by StandardValues
        verify(map, atLeast(0)).clear();
        verify(map, atLeast(0)).containsValue(any());
        verify(map, atLeast(0)).isEmpty();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 12.4K bytes
    - Click Count (0)
Back to Top