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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DConcurrentMapInterfaceTest.java47 * {@link #getValueNotInPopulatedMap()}.
77 valueToPut = getValueNotInPopulatedMap();
106 valueToPut = getValueNotInPopulatedMap();
139 valueToPut = getValueNotInPopulatedMap();
265 valueToRemove = getValueNotInPopulatedMap();
290 valueToRemove = getValueNotInPopulatedMap();
321 valueToRemove = getValueNotInPopulatedMap();
417 newValue = getValueNotInPopulatedMap();
448 newValue = getValueNotInPopulatedMap();
478 valueToReplace = getValueNotInPopulatedMap();
[all...]
H A DMapInterfaceTest.java105 protected abstract V getValueNotInPopulatedMap() method in class:MapInterfaceTest
325 unmappedValue = getValueNotInPopulatedMap();
357 unmappedValue = getValueNotInPopulatedMap();
390 unmappedValue = getValueNotInPopulatedMap();
417 unmappedValue = getValueNotInPopulatedMap();
441 unmappedValue = getValueNotInPopulatedMap();
536 = mapEntry(key, getValueNotInPopulatedMap());
563 = mapEntry(key, getValueNotInPopulatedMap());
595 unmappedValue = getValueNotInPopulatedMap();
619 = mapEntry(null, getValueNotInPopulatedMap());
[all...]
H A DSortedMapInterfaceTest.java113 unmappedValue = getValueNotInPopulatedMap();
317 V value = getValueNotInPopulatedMap();
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultimapAsMapImplementsMapTest.java55 @Override protected Collection<Integer> getValueNotInPopulatedMap() method in class:AbstractMultimapAsMapImplementsMapTest
H A DConstrainedMapImplementsMapTest.java53 @Override protected Integer getValueNotInPopulatedMap() method in class:ConstrainedMapImplementsMapTest
H A DSubMapMultimapAsMapImplementsMapTest.java66 @Override protected Collection<Integer> getValueNotInPopulatedMap() { method in class:SubMapMultimapAsMapImplementsMapTest
H A DForwardingSortedMapImplementsMapTest.java68 @Override protected Integer getValueNotInPopulatedMap() method in class:ForwardingSortedMapImplementsMapTest
H A DBiMapMapInterfaceTest.java46 @Override protected Integer getValueNotInPopulatedMap() { method in class:BiMapMapInterfaceTest.AbstractMapInterfaceTest
H A DImmutableSortedMapTest.java202 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
217 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
234 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.ReserializedMapTests
249 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
264 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
279 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
294 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
309 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DImmutableMapTest.java188 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTests
203 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
220 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.ReserializedMapTests
245 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
267 @Override protected UnhashableObject getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTestsWithUnhashableValues
H A DSortedMapsTest.java209 @Override protected String getValueNotInPopulatedMap() { method in class:SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
H A DImmutableBiMapTest.java192 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.MapTests
211 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DMapsTransformValuesTest.java76 @Override protected String getValueNotInPopulatedMap() method in class:MapsTransformValuesTest
H A DMapsTransformValuesUnmodifiableIteratorTest.java129 @Override protected String getValueNotInPopulatedMap() method in class:MapsTransformValuesUnmodifiableIteratorTest
H A DTreeBasedTableTest.java100 @Override protected String getValueNotInPopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
H A DTableCollectionTest.java714 @Override protected Integer getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapTests
1007 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapMapTests
H A DMapsTest.java1506 @Override protected String getValueNotInPopulatedMap() { method in class:MapsTest.FilteredEntriesSortedMapInterfaceTest

Completed in 168 milliseconds