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

1 2 3 4 5

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueOfferTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
42 @CollectionFeature.Require({SUPPORTS_ADD, ALLOWS_NULL_VALUES})
48 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES)
AbstractListIndexOfTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
56 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
62 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
72 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
80 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
CollectionCreationTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
40 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
48 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
CollectionContainsTester.java 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
62 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
70 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
MapContainsValueTester.java 61 @MapFeature.Require(ALLOWS_NULL_VALUES)
69 @MapFeature.Require(ALLOWS_NULL_VALUES)
MapPutTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
171 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
177 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
189 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
197 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
210 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
219 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
232 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
SetAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
47 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES})
SetHashCodeTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
48 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
CollectionAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
77 value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
85 absent = ALLOWS_NULL_VALUES)
SetCreationTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
40 @CollectionFeature.Require(value = ALLOWS_NULL_VALUES,
66 {ALLOWS_NULL_VALUES, REJECTS_DUPLICATES_AT_CREATION})
ListSetTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
48 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
55 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
124 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
MapCreationTester.java 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
64 @MapFeature.Require(ALLOWS_NULL_VALUES)
71 @MapFeature.Require(absent = ALLOWS_NULL_VALUES)
81 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionCreationTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
36 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
44 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
ListSetTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
44 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
51 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
120 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
MapPutTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
168 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
174 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
186 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
194 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
207 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
216 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
229 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
SetAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
43 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES})
SetHashCodeTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
45 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
CollectionAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
74 value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
82 absent = ALLOWS_NULL_VALUES)
MapCreationTester.java 22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
61 @MapFeature.Require(ALLOWS_NULL_VALUES)
68 @MapFeature.Require(absent = ALLOWS_NULL_VALUES)
78 @MapFeature.Require({ALLOWS_NULL_KEYS, ALLOWS_NULL_VALUES})
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 56 CollectionFeature.ALLOWS_NULL_VALUES)
67 .withFeatures(CollectionSize.ONE, CollectionFeature.ALLOWS_NULL_VALUES)
78 CollectionFeature.ALLOWS_NULL_VALUES)
89 CollectionFeature.ALLOWS_NULL_VALUES)
104 CollectionFeature.ALLOWS_NULL_VALUES)
117 CollectionFeature.ALLOWS_NULL_VALUES)
129 CollectionFeature.ALLOWS_NULL_VALUES)
140 CollectionFeature.ALLOWS_NULL_VALUES)
151 CollectionFeature.ALLOWS_NULL_VALUES)
162 CollectionFeature.ALLOWS_NULL_VALUES)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForListsInJavaUtil.java 121 CollectionFeature.ALLOWS_NULL_VALUES,
138 CollectionFeature.ALLOWS_NULL_VALUES,
155 CollectionFeature.ALLOWS_NULL_VALUES,
173 CollectionFeature.ALLOWS_NULL_VALUES,
196 CollectionFeature.ALLOWS_NULL_VALUES,
214 CollectionFeature.ALLOWS_NULL_VALUES,
234 CollectionFeature.ALLOWS_NULL_VALUES,
257 CollectionFeature.ALLOWS_NULL_VALUES,
283 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
MinimalSetTest.java 42 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapContainsValueTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
45 @MapFeature.Require(ALLOWS_NULL_VALUES)
MultimapToStringTester.java 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
52 @MapFeature.Require(ALLOWS_NULL_VALUES)
MultisetEqualsTester.java 17 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
53 @CollectionFeature.Require(ALLOWS_NULL_VALUES)

Completed in 1108 milliseconds

1 2 3 4 5