Searched refs:ALLOWS_NULL_KEYS (Results 1 – 14 of 14) sorted by relevance
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | 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})
|
D | 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})
|
D | 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)
|
D | 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)
|
D | MapPutAllTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 118 ALLOWS_NULL_KEYS}) 125 absent = ALLOWS_NULL_KEYS)
|
D | MapHashCodeTester.java | 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 49 @MapFeature.Require(ALLOWS_NULL_KEYS)
|
D | MapRemoveTester.java | 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 59 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_KEYS})
|
D | 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/ |
D | TestsForMapsInJavaUtil.java | 112 MapFeature.ALLOWS_NULL_KEYS, 138 MapFeature.ALLOWS_NULL_KEYS, 156 MapFeature.ALLOWS_NULL_KEYS, 176 MapFeature.ALLOWS_NULL_KEYS,
|
D | MapTestSuiteBuilder.java | 134 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | MapFeature.java | 42 ALLOWS_NULL_KEYS (ALLOWS_NULL_QUERIES), enumConstant
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedMapTest.java | 157 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
|
D | ForwardingMapTest.java | 134 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
|
D | MapsTest.java | 1268 MapFeature.ALLOWS_NULL_KEYS, 1295 MapFeature.ALLOWS_NULL_KEYS, 1324 MapFeature.ALLOWS_NULL_KEYS, 1362 MapFeature.ALLOWS_NULL_KEYS,
|