Home
last modified time | relevance | path

Searched refs:getKeyNotInPopulatedMap (Results 1 – 16 of 16) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DConcurrentMapInterfaceTest.java76 keyToPut = getKeyNotInPopulatedMap(); in testPutIfAbsentNewKey()
173 keyToPut = getKeyNotInPopulatedMap(); in testPutIfAbsentNewKeyNullValue()
264 keyToRemove = getKeyNotInPopulatedMap(); in testRemoveKeyValueMissingKey()
385 keyToRemove = getKeyNotInPopulatedMap(); in testRemoveKeyValueMissingKeyNullValue()
447 keyToReplace = getKeyNotInPopulatedMap(); in testReplace2MissingKey()
544 keyToReplace = getKeyNotInPopulatedMap(); in testReplace2MissingKeyNullValue()
644 keyToReplace = getKeyNotInPopulatedMap(); in testReplace3MissingKey()
747 keyToReplace = getKeyNotInPopulatedMap(); in testReplace3MissingKeyNullOldValue()
781 keyToReplace = getKeyNotInPopulatedMap(); in testReplace3MissingKeyNullNewValue()
DMapInterfaceTest.java94 protected abstract K getKeyNotInPopulatedMap() in getKeyNotInPopulatedMap() method in MapInterfaceTest
300 unmappedKey = getKeyNotInPopulatedMap(); in testContainsKey()
356 unmappedKey = getKeyNotInPopulatedMap(); in testEntrySet()
529 key = getKeyNotInPopulatedMap(); in testEntrySetRemoveMissingKey()
890 largerMap.put(getKeyNotInPopulatedMap(), getValueNotInPopulatedMap()); in testEqualsForLargerMap()
946 unmappedKey = getKeyNotInPopulatedMap(); in testGet()
958 unmappedKey = getKeyNotInPopulatedMap(); in testGetForEmptyMap()
1007 keyToPut = getKeyNotInPopulatedMap(); in testPutNewKey()
1096 keyToPut = getKeyNotInPopulatedMap(); in testPutNullValue()
1157 keyToPut = getKeyNotInPopulatedMap(); in testPutAllNewKey()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java198 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.MapTests
213 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.SingletonMapTests
230 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.ReserializedMapTests
245 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapTests
260 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.HeadMapInclusiveTests
275 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.TailMapTests
290 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.TailExclusiveMapTests
305 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableSortedMapTest.SubMapTests
DImmutableMapTest.java184 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableMapTest.MapTests
199 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableMapTest.SingletonMapTests
216 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableMapTest.ReserializedMapTests
241 @Override protected Object getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithBadHashes
263 @Override protected Integer getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableMapTest.MapTestsWithUnhashableValues
DConstrainedMapImplementsMapTest.java48 @Override protected String getKeyNotInPopulatedMap() in getKeyNotInPopulatedMap() method in ConstrainedMapImplementsMapTest
DAbstractMultimapAsMapImplementsMapTest.java50 @Override protected String getKeyNotInPopulatedMap() in getKeyNotInPopulatedMap() method in AbstractMultimapAsMapImplementsMapTest
DSubMapMultimapAsMapImplementsMapTest.java62 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in SubMapMultimapAsMapImplementsMapTest
DForwardingSortedMapImplementsMapTest.java63 @Override protected String getKeyNotInPopulatedMap() in getKeyNotInPopulatedMap() method in ForwardingSortedMapImplementsMapTest
DBiMapMapInterfaceTest.java42 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in BiMapMapInterfaceTest.AbstractMapInterfaceTest
DTableCollectionTest.java710 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.MapTests
748 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.ArrayRowTests
889 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.ArrayColumnTests
1003 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.MapMapTests
1133 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.TreeRowMapHeadMapTests
1161 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.TreeRowMapTailMapTests
1190 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TableCollectionTest.TreeRowMapSubMapTests
DImmutableBiMapTest.java188 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableBiMapTest.MapTests
207 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in ImmutableBiMapTest.InverseMapTests
DSortedMapsTest.java205 @Override protected Integer getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
DMapsTransformValuesTest.java71 @Override protected String getKeyNotInPopulatedMap() in getKeyNotInPopulatedMap() method in MapsTransformValuesTest
DMapsTransformValuesUnmodifiableIteratorTest.java124 @Override protected String getKeyNotInPopulatedMap()
DTreeBasedTableTest.java96 @Override protected String getKeyNotInPopulatedMap() { in getKeyNotInPopulatedMap() method in TreeBasedTableTest.TreeRowTest
DMapsTest.java1502 @Override protected Integer getKeyNotInPopulatedMap() {