Home
last modified time | relevance | path

Searched refs:makeEmptyMap (Results 1 – 25 of 39) sorted by relevance

12

/external/guava/android/guava-tests/test/com/google/common/collect/
DForwardingSortedMapImplementsMapTest.java51 protected SortedMap<String, Integer> makeEmptyMap() { in makeEmptyMap() method in ForwardingSortedMapImplementsMapTest
58 final SortedMap<String, Integer> sortedMap = makeEmptyMap(); in makePopulatedMap()
DTableCollectionTest.java786 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.RowTests
813 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayRowTests
945 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ColumnTests
972 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayColumnTests
1164 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.RowMapTests
1181 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayRowMapTests
1228 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapHeadMapTests
1258 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapTailMapTests
1289 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapSubMapTests
1391 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ColumnMapTests
[all …]
DImmutableMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ImmutableMultimapAsMapImplementsMapTest
DImmutableSetMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ImmutableSetMultimapAsMapImplementsMapTest
DUnmodifiableMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in UnmodifiableMultimapAsMapImplementsMapTest
DMapsSortedTransformValuesTest.java33 protected SortedMap<String, String> makeEmptyMap() { in makeEmptyMap() method in MapsSortedTransformValuesTest
DMultimapsTransformValuesAsMapTest.java37 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in MultimapsTransformValuesAsMapTest
DForMapMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ForMapMultimapAsMapImplementsMapTest
DMultimapsFilterEntriesAsMapTest.java53 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in MultimapsFilterEntriesAsMapTest
DSubMapMultimapAsMapImplementsMapTest.java48 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in SubMapMultimapAsMapImplementsMapTest
DImmutableBiMapTest.java105 protected Map<K, V> makeEmptyMap() { in makeEmptyMap() method in ImmutableBiMapTest.AbstractMapTests
133 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in ImmutableBiMapTest.MapTests
155 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in ImmutableBiMapTest.InverseMapTests
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedMapImplementsMapTest.java51 protected SortedMap<String, Integer> makeEmptyMap() { in makeEmptyMap() method in ForwardingSortedMapImplementsMapTest
58 final SortedMap<String, Integer> sortedMap = makeEmptyMap(); in makePopulatedMap()
DTableCollectionTest.java786 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.RowTests
813 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayRowTests
945 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ColumnTests
972 protected Map<String, Integer> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayColumnTests
1164 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.RowMapTests
1181 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ArrayRowMapTests
1228 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapHeadMapTests
1258 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapTailMapTests
1289 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.TreeRowMapSubMapTests
1391 protected Map<String, Map<Integer, Character>> makeEmptyMap() { in makeEmptyMap() method in TableCollectionTest.ColumnMapTests
[all …]
DImmutableMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ImmutableMultimapAsMapImplementsMapTest
DImmutableSetMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ImmutableSetMultimapAsMapImplementsMapTest
DUnmodifiableMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in UnmodifiableMultimapAsMapImplementsMapTest
DMapsSortedTransformValuesTest.java33 protected SortedMap<String, String> makeEmptyMap() { in makeEmptyMap() method in MapsSortedTransformValuesTest
DMultimapsTransformValuesAsMapTest.java37 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in MultimapsTransformValuesAsMapTest
DForMapMultimapAsMapImplementsMapTest.java38 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in ForMapMultimapAsMapImplementsMapTest
DMultimapsFilterEntriesAsMapTest.java53 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in MultimapsFilterEntriesAsMapTest
DSubMapMultimapAsMapImplementsMapTest.java48 protected Map<String, Collection<Integer>> makeEmptyMap() { in makeEmptyMap() method in SubMapMultimapAsMapImplementsMapTest
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java69 protected abstract Map<K, V> makeEmptyMap() throws UnsupportedOperationException; in makeEmptyMap() method in MapInterfaceTest
142 return makeEmptyMap(); in makeEitherMap()
364 map = makeEmptyMap(); in testEntrySetForEmptyMap()
668 map = makeEmptyMap(); in testEntrySetRemoveAllNullFromEmpty()
722 map = makeEmptyMap(); in testEntrySetRetainAllNullFromEmpty()
893 map = makeEmptyMap(); in testEqualsForEmptyMap()
899 assertEquals(makeEmptyMap(), map); in testEqualsForEmptyMap()
931 map = makeEmptyMap(); in testGetForEmptyMap()
969 map = makeEmptyMap(); in testHashCodeForEmptyMap()
1330 map = makeEmptyMap(); in testKeySetRemoveAllNullFromEmpty()
[all …]
DSortedMapInterfaceTest.java44 protected abstract SortedMap<K, V> makeEmptyMap() throws UnsupportedOperationException; in makeEmptyMap() method in SortedMapInterfaceTest
54 return makeEmptyMap(); in makeEitherMap()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java69 protected abstract Map<K, V> makeEmptyMap() throws UnsupportedOperationException; in makeEmptyMap() method in MapInterfaceTest
142 return makeEmptyMap(); in makeEitherMap()
364 map = makeEmptyMap(); in testEntrySetForEmptyMap()
668 map = makeEmptyMap(); in testEntrySetRemoveAllNullFromEmpty()
722 map = makeEmptyMap(); in testEntrySetRetainAllNullFromEmpty()
893 map = makeEmptyMap(); in testEqualsForEmptyMap()
899 assertEquals(makeEmptyMap(), map); in testEqualsForEmptyMap()
931 map = makeEmptyMap(); in testGetForEmptyMap()
969 map = makeEmptyMap(); in testHashCodeForEmptyMap()
1330 map = makeEmptyMap(); in testKeySetRemoveAllNullFromEmpty()
[all …]
DSortedMapInterfaceTest.java44 protected abstract SortedMap<K, V> makeEmptyMap() throws UnsupportedOperationException; in makeEmptyMap() method in SortedMapInterfaceTest
54 return makeEmptyMap(); in makeEitherMap()

12