Searched defs:mapFeatures (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMapTestSuiteBuilder.java122 Set<Feature<?>> mapFeatures) {
124 computeCommonDerivedCollectionFeatures(mapFeatures);
130 Set<Feature<?>> mapFeatures) {
132 computeCommonDerivedCollectionFeatures(mapFeatures);
134 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) {
136 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_QUERIES)) {
144 Set<Feature<?>> mapFeatures) {
146 computeCommonDerivedCollectionFeatures(mapFeatures);
149 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) {
157 Set<Feature<?>> mapFeatures) {
121 computeEntrySetFeatures( Set<Feature<?>> mapFeatures) argument
129 computeKeySetFeatures( Set<Feature<?>> mapFeatures) argument
143 computeValuesCollectionFeatures( Set<Feature<?>> mapFeatures) argument
156 computeCommonDerivedCollectionFeatures( Set<Feature<?>> mapFeatures) argument
[all...]

Completed in 56 milliseconds