/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | ConcurrentMapInterfaceTest.java | 77 valueToPut = getValueNotInPopulatedMap(); in testPutIfAbsentNewKey() 106 valueToPut = getValueNotInPopulatedMap(); in testPutIfAbsentExistingKey() 139 valueToPut = getValueNotInPopulatedMap(); in testPutIfAbsentNullKey() 265 valueToRemove = getValueNotInPopulatedMap(); in testRemoveKeyValueMissingKey() 290 valueToRemove = getValueNotInPopulatedMap(); in testRemoveKeyValueDifferentValue() 321 valueToRemove = getValueNotInPopulatedMap(); in testRemoveKeyValueNullKey() 417 newValue = getValueNotInPopulatedMap(); in testReplace2ExistingKey() 448 newValue = getValueNotInPopulatedMap(); in testReplace2MissingKey() 478 valueToReplace = getValueNotInPopulatedMap(); in testReplace2NullKey() 579 newValue = getValueNotInPopulatedMap(); in testReplace3ExistingKeyValue() [all …]
|
D | MapInterfaceTest.java | 105 protected abstract V getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in MapInterfaceTest 325 unmappedValue = getValueNotInPopulatedMap(); in testContainsValue() 357 unmappedValue = getValueNotInPopulatedMap(); in testEntrySet() 390 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryIncompatibleKey() 417 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryNullKeyPresent() 441 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryNullKeyMissing() 536 = mapEntry(key, getValueNotInPopulatedMap()); in testEntrySetRemoveMissingKey() 563 = mapEntry(key, getValueNotInPopulatedMap()); in testEntrySetRemoveDifferentValue() 595 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetRemoveNullKeyPresent() 619 = mapEntry(null, getValueNotInPopulatedMap()); in testEntrySetRemoveNullKeyMissing() [all …]
|
D | SortedMapInterfaceTest.java | 113 unmappedValue = getValueNotInPopulatedMap(); 317 V value = getValueNotInPopulatedMap();
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSortedMapTest.java | 202 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.MapTests 217 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests 234 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.ReserializedMapTests 249 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapTests 264 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests 279 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailMapTests 294 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests 309 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SubMapTests
|
D | ImmutableMapTest.java | 188 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTests 203 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.SingletonMapTests 220 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.ReserializedMapTests 245 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithBadHashes 267 @Override protected UnhashableObject getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithUnhashableValues
|
D | ConstrainedMapImplementsMapTest.java | 53 @Override protected Integer getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in ConstrainedMapImplementsMapTest
|
D | AbstractMultimapAsMapImplementsMapTest.java | 55 @Override protected Collection<Integer> getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in AbstractMultimapAsMapImplementsMapTest
|
D | SubMapMultimapAsMapImplementsMapTest.java | 66 @Override protected Collection<Integer> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in SubMapMultimapAsMapImplementsMapTest
|
D | ForwardingSortedMapImplementsMapTest.java | 68 @Override protected Integer getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in ForwardingSortedMapImplementsMapTest
|
D | BiMapMapInterfaceTest.java | 46 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in BiMapMapInterfaceTest.AbstractMapInterfaceTest
|
D | ImmutableBiMapTest.java | 192 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.MapTests 211 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.InverseMapTests
|
D | SortedMapsTest.java | 209 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
|
D | MapsTransformValuesTest.java | 76 @Override protected String getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in MapsTransformValuesTest
|
D | MapsTransformValuesUnmodifiableIteratorTest.java | 129 @Override protected String getValueNotInPopulatedMap()
|
D | TreeBasedTableTest.java | 100 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TreeBasedTableTest.TreeRowTest
|
D | TableCollectionTest.java | 714 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapTests 1007 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapMapTests
|
D | MapsTest.java | 1506 @Override protected String getValueNotInPopulatedMap() {
|