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

1 2 3

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
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)
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)
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)
CollectionCreationTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
38 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
46 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
CollectionAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
72 value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
80 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;
46 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
53 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
122 @CollectionFeature.Require(absent = 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;
126 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
132 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
144 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
152 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES)
165 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
174 @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES})
187 @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;
45 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES})
SetHashCodeTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
46 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
ListAddAtIndexTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
95 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
102 @CollectionFeature.Require(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})
ListAddTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
62 @CollectionFeature.Require(value = {SUPPORTS_ADD, 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)
CollectionAddAllTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
112 ALLOWS_NULL_VALUES}, absent = RESTRICTS_ELEMENTS)
125 absent = ALLOWS_NULL_VALUES)
MapPutAllTester.java 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
139 ALLOWS_NULL_VALUES})
146 absent = ALLOWS_NULL_VALUES)
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 54 CollectionFeature.ALLOWS_NULL_VALUES)
65 .withFeatures(CollectionSize.ONE, CollectionFeature.ALLOWS_NULL_VALUES)
76 CollectionFeature.ALLOWS_NULL_VALUES)
87 CollectionFeature.ALLOWS_NULL_VALUES)
102 CollectionFeature.ALLOWS_NULL_VALUES)
115 CollectionFeature.ALLOWS_NULL_VALUES)
127 CollectionFeature.ALLOWS_NULL_VALUES)
138 CollectionFeature.ALLOWS_NULL_VALUES)
149 CollectionFeature.ALLOWS_NULL_VALUES)
160 CollectionFeature.ALLOWS_NULL_VALUES)
    [all...]
BiMapCollectionTest.java 52 CollectionFeature.ALLOWS_NULL_VALUES,
67 CollectionFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForListsInJavaUtil.java 121 CollectionFeature.ALLOWS_NULL_VALUES,
137 CollectionFeature.ALLOWS_NULL_VALUES,
153 CollectionFeature.ALLOWS_NULL_VALUES,
169 CollectionFeature.ALLOWS_NULL_VALUES,
186 CollectionFeature.ALLOWS_NULL_VALUES,
204 CollectionFeature.ALLOWS_NULL_VALUES,
223 CollectionFeature.ALLOWS_NULL_VALUES,
246 CollectionFeature.ALLOWS_NULL_VALUES,
272 CollectionFeature.ALLOWS_NULL_VALUES,
TestsForSetsInJavaUtil.java 129 CollectionFeature.ALLOWS_NULL_VALUES,
145 CollectionFeature.ALLOWS_NULL_VALUES,
161 CollectionFeature.ALLOWS_NULL_VALUES,
216 CollectionFeature.ALLOWS_NULL_VALUES,
234 CollectionFeature.ALLOWS_NULL_VALUES,
253 CollectionFeature.ALLOWS_NULL_VALUES,
271 CollectionFeature.ALLOWS_NULL_VALUES,
296 CollectionFeature.ALLOWS_NULL_VALUES,
314 CollectionFeature.ALLOWS_NULL_VALUES,
TestsForMapsInJavaUtil.java 113 MapFeature.ALLOWS_NULL_VALUES,
139 MapFeature.ALLOWS_NULL_VALUES,
157 MapFeature.ALLOWS_NULL_VALUES,
177 MapFeature.ALLOWS_NULL_VALUES,
196 MapFeature.ALLOWS_NULL_VALUES,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
260 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_VALUES})
266 @CollectionFeature.Require(value = {SUPPORTS_ADD, ALLOWS_NULL_VALUES},
272 @CollectionFeature.Require(value = SUPPORTS_ADD, absent = ALLOWS_NULL_VALUES)
281 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
289 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
299 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
MapFeature.java 43 ALLOWS_NULL_VALUES,

Completed in 325 milliseconds

1 2 3