HomeSort by relevance Sort by last modified time
    Searched defs:allowsNullKeys (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 63 protected final boolean allowsNullKeys;
114 boolean allowsNullKeys,
119 this(allowsNullKeys, allowsNullValues, supportsPut, supportsRemove,
127 boolean allowsNullKeys,
136 this.allowsNullKeys = allowsNullKeys;
198 assertTrue(allowsNullKeys || (key != null));
310 if (allowsNullKeys) {
403 if (!allowsNullKeys || !supportsPut) {
450 assertFalse(allowsNullKeys);
    [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 260 milliseconds