Home
last modified time | relevance | path

Searched refs:ALLOWS_NULL_ENTRY_QUERIES (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DMapFeature.java55 ALLOWS_NULL_ENTRY_QUERIES, enumConstant
65 ALLOWS_NULL_ENTRY_QUERIES,
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java161 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapTestSuiteBuilder.java213 if (multimapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntriesFeatures()