Searched refs:ALLOWS_NULL_KEY_QUERIES (Results 1 – 14 of 14) sorted by relevance
42 ALLOWS_NULL_KEY_QUERIES, enumConstant43 ALLOWS_NULL_KEYS(ALLOWS_NULL_KEY_QUERIES),66 ALLOWS_NULL_KEY_QUERIES,
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)
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})
23 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;74 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
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)
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)
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;52 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
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)
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)
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)
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;59 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES;57 @MapFeature.Require(ALLOWS_NULL_KEY_QUERIES)
237 if (multimapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeysFeatures()
167 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()