HomeSort by relevance Sort by last modified time
    Searched refs:ALLOWS_NULL_VALUES (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapGetTester.java 23 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
163 @MapFeature.Require(ALLOWS_NULL_VALUES)
MultimapRemoveEntryTester.java 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
75 @MapFeature.Require({ SUPPORTS_REMOVE, ALLOWS_NULL_VALUES })
MultimapReplaceValuesTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
47 @MapFeature.Require({SUPPORTS_PUT, SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
MultisetRemoveTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
129 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
MultimapTestSuiteBuilder.java 222 if (multimapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) {
223 result.add(CollectionFeature.ALLOWS_NULL_VALUES);
235 result.add(CollectionFeature.ALLOWS_NULL_VALUES);
256 derivedFeatures.remove(MapFeature.ALLOWS_NULL_VALUES);
275 .put(MapFeature.ALLOWS_NULL_VALUES, CollectionFeature.ALLOWS_NULL_VALUES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveAllTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
187 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 129 CollectionFeature.KNOWN_ORDER, MapFeature.ALLOWS_NULL_VALUES,
146 CollectionFeature.KNOWN_ORDER, MapFeature.ALLOWS_NULL_VALUES,
SynchronizedBiMapTest.java 49 MapFeature.ALLOWS_NULL_VALUES,
59 MapFeature.ALLOWS_NULL_VALUES,
ListsTest.java 125 CollectionFeature.ALLOWS_NULL_VALUES)
138 CollectionFeature.ALLOWS_NULL_VALUES)
186 CollectionFeature.ALLOWS_NULL_VALUES)
200 CollectionFeature.ALLOWS_NULL_VALUES)
211 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE)
222 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.SUPPORTS_SET)
233 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE)
    [all...]
Collections2Test.java 104 CollectionFeature.ALLOWS_NULL_VALUES,
124 CollectionFeature.ALLOWS_NULL_VALUES,
146 CollectionFeature.ALLOWS_NULL_VALUES,
222 CollectionFeature.ALLOWS_NULL_VALUES,
ConstrainedBiMapTest.java 60 MapFeature.ALLOWS_NULL_VALUES,
ForwardingQueueTest.java 123 CollectionFeature.ALLOWS_NULL_VALUES,
HashBiMapTest.java 64 MapFeature.ALLOWS_NULL_VALUES,
HashMultisetTest.java 52 CollectionFeature.ALLOWS_NULL_VALUES,
LinkedHashMultisetTest.java 53 CollectionFeature.ALLOWS_NULL_VALUES,
MutableClassToInstanceMapTest.java 74 MapFeature.ALLOWS_NULL_VALUES,
SimpleAbstractMultisetTest.java 60 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES,
SynchronizedSetTest.java 58 CollectionFeature.ALLOWS_NULL_VALUES,
ForwardingMultisetTest.java 154 CollectionFeature.ALLOWS_NULL_VALUES,
261 CollectionFeature.ALLOWS_NULL_VALUES,
ArrayListMultimapTest.java 63 MapFeature.ALLOWS_NULL_VALUES,
ForwardingListTest.java 151 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES,
ForwardingNavigableSetTest.java 180 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES)
TreeMultimapNaturalTest.java 96 MapFeature.ALLOWS_NULL_VALUES,
123 CollectionFeature.ALLOWS_NULL_VALUES,
225 CollectionFeature.ALLOWS_NULL_VALUES,
246 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForQueuesInJavaUtil.java 88 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
SafeTreeSetTest.java 68 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES)

Completed in 858 milliseconds

1 2 34 5