Home
last modified time | relevance | path

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

123

/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/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;
137 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
143 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
156 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
229 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
DMapPutAllTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
135 ALLOWS_NULL_KEYS})
142 absent = ALLOWS_NULL_KEYS)
/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;
47 @MapFeature.Require(ALLOWS_NULL_KEYS)
54 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
81 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
90 @MapFeature.Require(value = ALLOWS_NULL_KEYS,
103 @MapFeature.Require({ALLOWS_NULL_KEYS, REJECTS_DUPLICATES_AT_CREATION})
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.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
62 @MapFeature.Require(ALLOWS_NULL_KEYS)
69 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapPutTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
140 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
146 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
159 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
232 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
DMapToStringTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
57 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapPutAllTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
138 ALLOWS_NULL_KEYS})
145 absent = ALLOWS_NULL_KEYS)
DMapHashCodeTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
49 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMapEntrySetTester.java22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
81 @MapFeature.Require(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-tests/test/com/google/common/collect/
DMultimapsCollectionTest.java255 MapFeature.ALLOWS_NULL_KEYS, in suite()
411 MapFeature.ALLOWS_NULL_KEYS, in transformSuite()
426 MapFeature.ALLOWS_NULL_KEYS, in transformSuite()
440 MapFeature.ALLOWS_NULL_KEYS, in transformSuite()
455 MapFeature.ALLOWS_NULL_KEYS, in transformSuite()
573 MapFeature.ALLOWS_NULL_KEYS, in filterSuite()
593 MapFeature.ALLOWS_NULL_KEYS, in filterSuite()
612 MapFeature.ALLOWS_NULL_KEYS, in filterSuite()
630 MapFeature.ALLOWS_NULL_KEYS, in filterSuite()
648 MapFeature.ALLOWS_NULL_KEYS, in filterSuite()
[all …]
DMapsCollectionTest.java98 MapFeature.ALLOWS_NULL_KEYS, in suite()
307 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite()
324 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite()
341 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite()
359 MapFeature.ALLOWS_NULL_KEYS, in filterMapSuite()
381 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite()
397 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite()
414 MapFeature.ALLOWS_NULL_KEYS, in filterBiMapSuite()
648 MapFeature.ALLOWS_NULL_KEYS, in transformMapSuite()
667 MapFeature.ALLOWS_NULL_KEYS, in transformMapSuite()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutAllMultimapTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
73 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
92 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS)
DMultimapToStringTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
45 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMultimapContainsKeyTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
69 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMultimapContainsEntryTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
57 @MapFeature.Require({ ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES })
DMultimapKeySetTester.java19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
46 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMultimapEqualsTester.java18 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
55 @MapFeature.Require(ALLOWS_NULL_KEYS)
DMultimapRemoveAllTester.java22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
80 @MapFeature.Require({ SUPPORTS_REMOVE, ALLOWS_NULL_KEYS })
DMultimapSizeTester.java70 @MapFeature.Require(ALLOWS_NULL_KEYS)
86 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
DMultimapPutIterableTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
145 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
151 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DTestsForMapsInJavaUtil.java124 MapFeature.ALLOWS_NULL_KEYS,
144 MapFeature.ALLOWS_NULL_KEYS,
166 MapFeature.ALLOWS_NULL_KEYS,
215 MapFeature.ALLOWS_NULL_KEYS,
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DMapTestSuiteBuilderTests.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
122 }, "HashMap w/out null values", ALLOWS_NULL_KEYS);

123