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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 42 ALLOWS_NULL_KEY_QUERIES,
43 ALLOWS_NULL_KEYS(ALLOWS_NULL_KEY_QUERIES),
60 * @see #ALLOWS_NULL_KEY_QUERIES
66 ALLOWS_NULL_KEY_QUERIES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapContainsKeyTester.java 21 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)
MultimapContainsEntryTester.java 21 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)
MultimapKeySetTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
52 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
MultimapAsMapTester.java 21 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)
MultimapGetTester.java 22 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)
MultimapRemoveEntryTester.java 21 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)
MultimapEntriesTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
57 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
MultimapKeysTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;
59 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
MultimapTestSuiteBuilder.java 237 if (multimapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapContainsKeyTester.java 21 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)
MapGetTester.java 21 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)
MapRemoveTester.java 22 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})
MapEntrySetTester.java 23 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/
MapTestSuiteBuilder.java 177 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) {
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 

Completed in 261 milliseconds