Home
last modified time | relevance | path

Searched refs:ALLOWS_NULL_KEYS (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapCreationTester.java21 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})
DMapPutTester.java20 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})
DMapContainsKeyTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
61 @MapFeature.Require(ALLOWS_NULL_KEYS)
69 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapGetTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
63 @MapFeature.Require(ALLOWS_NULL_KEYS)
70 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapPutAllTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
118 ALLOWS_NULL_KEYS})
125 absent = ALLOWS_NULL_KEYS)
DMapHashCodeTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
49 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapRemoveTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
59 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_KEYS})
DMapEqualsTester.java19 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/
DTestsForMapsInJavaUtil.java112 MapFeature.ALLOWS_NULL_KEYS,
138 MapFeature.ALLOWS_NULL_KEYS,
156 MapFeature.ALLOWS_NULL_KEYS,
176 MapFeature.ALLOWS_NULL_KEYS,
DMapTestSuiteBuilder.java134 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DMapFeature.java42 ALLOWS_NULL_KEYS (ALLOWS_NULL_QUERIES), enumConstant
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedMapTest.java157 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
DForwardingMapTest.java134 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
DMapsTest.java1268 MapFeature.ALLOWS_NULL_KEYS,
1295 MapFeature.ALLOWS_NULL_KEYS,
1324 MapFeature.ALLOWS_NULL_KEYS,
1362 MapFeature.ALLOWS_NULL_KEYS,