Searched defs:getValueNotInPopulatedMap (Results 1 - 15 of 15) sorted by relevance

/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 DBiMapMapInterfaceTest.java46 @Override protected Integer getValueNotInPopulatedMap() { method in class:BiMapMapInterfaceTest.AbstractMapInterfaceTest
H A DForwardingSortedMapImplementsMapTest.java68 @Override protected Integer getValueNotInPopulatedMap() method in class:ForwardingSortedMapImplementsMapTest
H A DSortedMapsTest.java209 @Override protected String getValueNotInPopulatedMap() { method in class:SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
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 DImmutableBiMapTest.java192 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.MapTests
211 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
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 DTreeBasedTableTest.java100 @Override protected String getValueNotInPopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
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 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
/external/guava/guava-testlib/src/com/google/common/collect/testing/
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...]

Completed in 395 milliseconds