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

12 3 4 5

  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetCountTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
70 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
AbstractMultisetSetCountTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
315 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
321 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
327 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES)
336 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
344 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
354 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
61 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES})
CollectionAddAllTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
128 ALLOWS_NULL_VALUES}, absent = RESTRICTS_ELEMENTS)
141 absent = ALLOWS_NULL_VALUES)
ListAddAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
110 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
117 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetCountTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
76 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
AbstractMultisetSetCountTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
320 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
326 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
332 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES)
341 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
349 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
359 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
MultimapPutAllMultimapTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
65 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
81 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
MultimapPutIterableTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
82 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
88 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
94 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
102 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
124 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
MultimapContainsEntryTester.java 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
57 @MapFeature.Require({ ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES })
MultimapEqualsTester.java 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
67 @MapFeature.Require(ALLOWS_NULL_VALUES)
MultimapSizeTester.java 78 @MapFeature.Require(ALLOWS_NULL_VALUES)
86 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
SetMultimapPutTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
67 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToStringTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
70 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
ListAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
63 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES})
MapToStringTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
64 @MapFeature.Require(ALLOWS_NULL_VALUES)
ListAddAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
113 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
120 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
CollectionContainsAllTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
88 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
ListEqualsTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
62 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
MapHashCodeTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
56 @MapFeature.Require(ALLOWS_NULL_VALUES)
SetEqualsTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
55 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java 139 CollectionFeature.ALLOWS_NULL_VALUES,
156 CollectionFeature.ALLOWS_NULL_VALUES,
174 CollectionFeature.ALLOWS_NULL_VALUES,
234 CollectionFeature.ALLOWS_NULL_VALUES,
255 CollectionFeature.ALLOWS_NULL_VALUES,
275 CollectionFeature.ALLOWS_NULL_VALUES,
294 CollectionFeature.ALLOWS_NULL_VALUES,
319 CollectionFeature.ALLOWS_NULL_VALUES,
337 CollectionFeature.ALLOWS_NULL_VALUES,
TestsForMapsInJavaUtil.java 125 MapFeature.ALLOWS_NULL_VALUES,
145 MapFeature.ALLOWS_NULL_VALUES,
167 MapFeature.ALLOWS_NULL_VALUES,
193 MapFeature.ALLOWS_NULL_VALUES,
216 MapFeature.ALLOWS_NULL_VALUES,
239 MapFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetsCollectionTest.java 65 CollectionFeature.ALLOWS_NULL_VALUES)
71 CollectionFeature.ALLOWS_NULL_VALUES,
78 CollectionFeature.ALLOWS_NULL_VALUES)
84 CollectionFeature.ALLOWS_NULL_VALUES,
91 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java 46 ALLOWS_NULL_VALUES (ALLOWS_NULL_QUERIES),
51 * or absence of {@link #ALLOWS_NULL_VALUES}).

Completed in 330 milliseconds

12 3 4 5