Searched refs:makeEmptyMap (Results 1 - 25 of 26) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultimapAsMapImplementsMapTest.java39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:ImmutableMultimapAsMapImplementsMapTest
H A DImmutableSetMultimapAsMapImplementsMapTest.java39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:ImmutableSetMultimapAsMapImplementsMapTest
H A DUnmodifiableMultimapAsMapImplementsMapTest.java39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:UnmodifiableMultimapAsMapImplementsMapTest
H A DConstrainedMultimapAsMapImplementsMapTest.java39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:ConstrainedMultimapAsMapImplementsMapTest
H A DMapsSortedTransformValuesTest.java35 protected SortedMap<String, String> makeEmptyMap() { method in class:MapsSortedTransformValuesTest
H A DMultimapsTransformValuesAsMapTest.java38 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:MultimapsTransformValuesAsMapTest
H A DForwardingSortedMapImplementsMapTest.java50 @Override protected SortedMap<String, Integer> makeEmptyMap() { method in class:ForwardingSortedMapImplementsMapTest
56 final SortedMap<String, Integer> sortedMap = makeEmptyMap();
H A DConstrainedMapImplementsMapTest.java34 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ConstrainedMapImplementsMapTest
H A DForMapMultimapAsMapImplementsMapTest.java39 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:ForMapMultimapAsMapImplementsMapTest
H A DMultimapsFilterEntriesAsMapTest.java53 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:MultimapsFilterEntriesAsMapTest
H A DSubMapMultimapAsMapImplementsMapTest.java49 @Override protected Map<String, Collection<Integer>> makeEmptyMap() { method in class:SubMapMultimapAsMapImplementsMapTest
H A DTableCollectionTest.java671 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.RowTests
695 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.ArrayRowTests
812 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.ColumnTests
836 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.ArrayColumnTests
1012 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.RowMapTests
1028 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.ArrayRowMapTests
1072 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapHeadMapTests
1100 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapTailMapTests
1129 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapSubMapTests
1224 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.ColumnMapTests
1240 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.ArrayColumnMapTests
[all...]
H A DImmutableBiMapTest.java91 @Override protected Map<K, V> makeEmptyMap() { method in class:ImmutableBiMapTest.AbstractMapTests
122 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableBiMapTest.MapTests
141 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DImmutableMapTest.java144 @Override protected Map<K, V> makeEmptyMap() { method in class:ImmutableMapTest.AbstractMapTests
172 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableMapTest.MapTests
224 @Override protected Map<Object, Integer> makeEmptyMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
249 @Override protected Map<Integer, UnhashableObject> makeEmptyMap() { method in class:ImmutableMapTest.MapTestsWithUnhashableValues
H A DMapsTransformValuesTest.java57 protected Map<String, String> makeEmptyMap() { method in class:MapsTransformValuesTest
H A DMapsTransformValuesUnmodifiableIteratorTest.java109 @Override protected Map<String, String> makeEmptyMap() { method in class:MapsTransformValuesUnmodifiableIteratorTest
H A DImmutableSortedMapTest.java99 @Override protected SortedMap<K, V> makeEmptyMap() { method in class:ImmutableSortedMapTest.AbstractMapTests
127 @Override protected SortedMap<String, Integer> makeEmptyMap() { method in class:ImmutableSortedMapTest.MapTests
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DSafeTreeMapTest.java68 @Override protected SortedMap<String, Integer> makeEmptyMap() method in class:SafeTreeMapTest.ReserializedMapTests
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSortedMapInterfaceTest.java44 @Override protected abstract SortedMap<K, V> makeEmptyMap() method in class:SortedMapInterfaceTest
54 return makeEmptyMap();
H A DMapInterfaceTest.java74 protected abstract Map<K, V> makeEmptyMap() method in class:MapInterfaceTest
151 return makeEmptyMap();
371 map = makeEmptyMap();
680 map = makeEmptyMap();
739 map = makeEmptyMap();
920 map = makeEmptyMap();
926 assertEquals(makeEmptyMap(), map);
958 map = makeEmptyMap();
996 map = makeEmptyMap();
1370 map = makeEmptyMap();
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTableCollectionTest.java159 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.RowTests
280 @Override protected Map<String, Integer> makeEmptyMap() { method in class:TableCollectionTest.ColumnTests
460 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.RowMapTests
504 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapHeadMapTests
532 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapTailMapTests
561 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.TreeRowMapSubMapTests
656 @Override protected Map<String, Map<Integer, Character>> makeEmptyMap() { method in class:TableCollectionTest.ColumnMapTests
H A DImmutableBiMapTest.java50 @Override protected Map<K, V> makeEmptyMap() { method in class:ImmutableBiMapTest.AbstractMapTests
81 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableBiMapTest.MapTests
100 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DImmutableMapTest.java52 @Override protected Map<K, V> makeEmptyMap() { method in class:ImmutableMapTest.AbstractMapTests
80 @Override protected Map<String, Integer> makeEmptyMap() { method in class:ImmutableMapTest.MapTests
115 @Override protected Map<Object, Integer> makeEmptyMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
H A DImmutableSortedMapTest.java53 @Override protected SortedMap<K, V> makeEmptyMap() { method in class:ImmutableSortedMapTest.AbstractMapTests
81 @Override protected SortedMap<String, Integer> makeEmptyMap() { method in class:ImmutableSortedMapTest.MapTests
H A DTreeBasedTableTest.java45 @Override protected SortedMap<String, String> makeEmptyMap() { method in class:TreeBasedTableTest.TreeRowTest

Completed in 1788 milliseconds

12