HomeSort by relevance Sort by last modified time
    Searched refs:ALLOWS_NULL_KEYS (Results 1 - 14 of 14) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapCreationTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
44 @MapFeature.Require(ALLOWS_NULL_KEYS)
51 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
78 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
87 @MapFeature.Require(value = ALLOWS_NULL_KEYS,
100 @MapFeature.Require({ALLOWS_NULL_KEYS, REJECTS_DUPLICATES_AT_CREATION})
MapContainsKeyTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
61 @MapFeature.Require(ALLOWS_NULL_KEYS)
69 @MapFeature.Require(ALLOWS_NULL_KEYS)
MapGetTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
63 @MapFeature.Require(ALLOWS_NULL_KEYS)
70 @MapFeature.Require(ALLOWS_NULL_KEYS)
MapHashCodeTester.java 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
49 @MapFeature.Require(ALLOWS_NULL_KEYS)
MapPutTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
95 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
101 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
114 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
187 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
MapPutAllTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
118 ALLOWS_NULL_KEYS})
125 absent = ALLOWS_NULL_KEYS)
MapRemoveTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
59 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_KEYS})
MapEqualsTester.java 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
59 @MapFeature.Require(ALLOWS_NULL_KEYS)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 42 ALLOWS_NULL_KEYS (ALLOWS_NULL_QUERIES),
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForMapsInJavaUtil.java 112 MapFeature.ALLOWS_NULL_KEYS,
138 MapFeature.ALLOWS_NULL_KEYS,
156 MapFeature.ALLOWS_NULL_KEYS,
176 MapFeature.ALLOWS_NULL_KEYS,
MapTestSuiteBuilder.java 134 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) {
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 157 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
ForwardingMapTest.java 134 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
MapsTest.java     [all...]

Completed in 94 milliseconds