Home
last modified time | relevance | path

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

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java163 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures() local
167 keySetFeatures.add(CollectionFeature.SUBSET_VIEW); in computeKeySetFeatures()
169 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES); in computeKeySetFeatures()
171 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); in computeKeySetFeatures()
174 return keySetFeatures; in computeKeySetFeatures()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java185 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures() local
189 keySetFeatures.add(CollectionFeature.SUBSET_VIEW); in computeKeySetFeatures()
191 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES); in computeKeySetFeatures()
193 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); in computeKeySetFeatures()
196 return keySetFeatures; in computeKeySetFeatures()
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...