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

/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DSafeTreeMapTest.java78 @Override protected Integer getValueNotInPopulatedMap() { method in class:SafeTreeMapTest.ReserializedMapTests
/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 DImmutableSortedMapTest.java139 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
154 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
171 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.ReserializedMapTests
186 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
201 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
216 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
231 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
246 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DImmutableMapTest.java184 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTests
199 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
216 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.ReserializedMapTests
241 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
263 @Override protected UnhashableObject getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTestsWithUnhashableValues
H A DImmutableBiMapTest.java134 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.MapTests
153 @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.java105 @Override protected String getValueNotInPopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
H A DTableCollectionTest.java657 @Override protected Integer getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapTests
950 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapMapTests
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMapInterfaceTest.java106 protected abstract V getValueNotInPopulatedMap() method in class:MapInterfaceTest
326 unmappedValue = getValueNotInPopulatedMap();
358 unmappedValue = getValueNotInPopulatedMap();
391 unmappedValue = getValueNotInPopulatedMap();
418 unmappedValue = getValueNotInPopulatedMap();
442 unmappedValue = getValueNotInPopulatedMap();
537 = mapEntry(key, getValueNotInPopulatedMap());
564 = mapEntry(key, getValueNotInPopulatedMap());
596 unmappedValue = getValueNotInPopulatedMap();
620 = mapEntry(null, getValueNotInPopulatedMap());
[all...]
H A DSortedMapInterfaceTest.java73 V value = getValueNotInPopulatedMap();
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMapTest.java93 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
108 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
123 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
138 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
153 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
168 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
183 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DImmutableMapTest.java92 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTests
107 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
132 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
H A DImmutableBiMapTest.java93 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.MapTests
112 @Override protected Integer getValueNotInPopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DTreeBasedTableTest.java68 @Override protected String getValueNotInPopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
H A DTableCollectionTest.java145 @Override protected Integer getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapTests
398 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { method in class:TableCollectionTest.MapMapTests

Completed in 1668 milliseconds