Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java106 protected abstract V getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in MapInterfaceTest
326 unmappedValue = getValueNotInPopulatedMap(); in testContainsValue()
358 unmappedValue = getValueNotInPopulatedMap(); in testEntrySet()
391 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryIncompatibleKey()
418 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryNullKeyPresent()
442 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetContainsEntryNullKeyMissing()
537 = mapEntry(key, getValueNotInPopulatedMap()); in testEntrySetRemoveMissingKey()
564 = mapEntry(key, getValueNotInPopulatedMap()); in testEntrySetRemoveDifferentValue()
596 unmappedValue = getValueNotInPopulatedMap(); in testEntrySetRemoveNullKeyPresent()
620 = mapEntry(null, getValueNotInPopulatedMap()); in testEntrySetRemoveNullKeyMissing()
[all …]
DSortedMapInterfaceTest.java73 V value = getValueNotInPopulatedMap(); in testTailMapWriteThrough()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMapTest.java93 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.MapTests
108 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests
123 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapTests
138 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests
153 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailMapTests
168 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests
183 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SubMapTests
DImmutableMapTest.java92 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTests
107 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.SingletonMapTests
132 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithBadHashes
DImmutableBiMapTest.java93 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.MapTests
112 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.InverseMapTests
DTableCollectionTest.java145 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapTests
398 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapMapTests
DTreeBasedTableTest.java68 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TreeBasedTableTest.TreeRowTest
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java153 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.MapTests
168 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests
185 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.ReserializedMapTests
200 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapTests
215 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests
230 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailMapTests
245 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests
260 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableSortedMapTest.SubMapTests
DImmutableMapTest.java184 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTests
199 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.SingletonMapTests
216 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.ReserializedMapTests
241 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithBadHashes
263 @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
DImmutableBiMapTest.java134 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.MapTests
153 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in ImmutableBiMapTest.InverseMapTests
DMapsTransformValuesTest.java76 @Override protected String getValueNotInPopulatedMap() in getValueNotInPopulatedMap() method in MapsTransformValuesTest
DMapsTransformValuesUnmodifiableIteratorTest.java129 @Override protected String getValueNotInPopulatedMap()
DTreeBasedTableTest.java105 @Override protected String getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TreeBasedTableTest.TreeRowTest
DTableCollectionTest.java657 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapTests
950 @Override protected Map<Integer, Character> getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in TableCollectionTest.MapMapTests
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DSafeTreeMapTest.java124 @Override protected Integer getValueNotInPopulatedMap() { in getValueNotInPopulatedMap() method in SafeTreeMapTest.ReserializedMapTests