Home
last modified time | relevance | path

Searched refs:getValueNotInPopulatedMap (Results 1 – 17 of 17) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DConcurrentMapInterfaceTest.java77 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 …]
DMapInterfaceTest.java105 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 …]
DSortedMapInterfaceTest.java113 unmappedValue = getValueNotInPopulatedMap();
317 V value = getValueNotInPopulatedMap();
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java202 @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
DImmutableMapTest.java188 @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
DConstrainedMapImplementsMapTest.java53 @Override protected Integer getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in ConstrainedMapImplementsMapTest
DAbstractMultimapAsMapImplementsMapTest.java55 @Override protected Collection<Integer> getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in AbstractMultimapAsMapImplementsMapTest
DSubMapMultimapAsMapImplementsMapTest.java66 @Override protected Collection<Integer> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in SubMapMultimapAsMapImplementsMapTest
DForwardingSortedMapImplementsMapTest.java68 @Override protected Integer getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in ForwardingSortedMapImplementsMapTest
DBiMapMapInterfaceTest.java46 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in BiMapMapInterfaceTest.AbstractMapInterfaceTest
DImmutableBiMapTest.java192 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.MapTests
211 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.InverseMapTests
DSortedMapsTest.java209 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
DMapsTransformValuesTest.java76 @Override protected String getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in MapsTransformValuesTest
DMapsTransformValuesUnmodifiableIteratorTest.java129 @Override protected String getValueNotInPopulatedMap()
DTreeBasedTableTest.java100 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TreeBasedTableTest.TreeRowTest
DTableCollectionTest.java714 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapTests
1007 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapMapTests
DMapsTest.java1506 @Override protected String getValueNotInPopulatedMap() {