Home
last modified time | relevance | path

Searched refs:ALLOWS_NULL_KEY_QUERIES (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DMapFeature.java42 ALLOWS_NULL_KEY_QUERIES, enumConstant
43 ALLOWS_NULL_KEYS(ALLOWS_NULL_KEY_QUERIES),
66 ALLOWS_NULL_KEY_QUERIES,
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapGetTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
49 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
54 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMapContainsKeyTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
49 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
55 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMapRemoveTester.java22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
147 absent = ALLOWS_NULL_KEY_QUERIES)
158 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_KEY_QUERIES})
DMapEntrySetTester.java23 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
74 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapContainsKeyTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
76 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
81 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMultimapContainsEntryTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
63 @MapFeature.Require({ ALLOWS_NULL_KEY_QUERIES, ALLOWS_NULL_VALUE_QUERIES })
68 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMultimapKeySetTester.java20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
52 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
DMultimapGetTester.java22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
148 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
153 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMultimapAsMapTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
73 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
78 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
DMultimapRemoveEntryTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
85 @MapFeature.Require({ SUPPORTS_REMOVE, ALLOWS_NULL_KEY_QUERIES})
108 @MapFeature.Require(value = SUPPORTS_REMOVE, absent = ALLOWS_NULL_KEY_QUERIES)
DMultimapKeysTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
59 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
DMultimapEntriesTester.java21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
57 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
DMultimapTestSuiteBuilder.java237 if (multimapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeysFeatures()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java177 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()