Searched refs:makePopulatedMap (Results 1 - 25 of 27) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultimapAsMapImplementsMapTest.java43 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:ImmutableMultimapAsMapImplementsMapTest
H A DImmutableSetMultimapAsMapImplementsMapTest.java43 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:ImmutableSetMultimapAsMapImplementsMapTest
H A DUnmodifiableMultimapAsMapImplementsMapTest.java44 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:UnmodifiableMultimapAsMapImplementsMapTest
H A DConstrainedMultimapAsMapImplementsMapTest.java46 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:ConstrainedMultimapAsMapImplementsMapTest
H A DMapsSortedTransformValuesTest.java41 protected SortedMap<String, String> makePopulatedMap() { method in class:MapsSortedTransformValuesTest
H A DMultimapsTransformValuesAsMapTest.java44 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:MultimapsTransformValuesAsMapTest
H A DAbstractMultimapAsMapImplementsMapTest.java71 map = makePopulatedMap();
H A DConstrainedMapImplementsMapTest.java39 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ConstrainedMapImplementsMapTest
H A DForMapMultimapAsMapImplementsMapTest.java44 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:ForMapMultimapAsMapImplementsMapTest
H A DMultimapsFilterEntriesAsMapTest.java58 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:MultimapsFilterEntriesAsMapTest
H A DSubMapMultimapAsMapImplementsMapTest.java53 @Override protected Map<String, Collection<Integer>> makePopulatedMap() { method in class:SubMapMultimapAsMapImplementsMapTest
H A DForwardingSortedMapImplementsMapTest.java55 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ForwardingSortedMapImplementsMapTest
H A DTableCollectionTest.java675 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.RowTests
753 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowTests
773 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowTests
793 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowTests
816 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.ColumnTests
887 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnTests
907 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnTests
927 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnTests
965 map = makePopulatedMap();
1000 makePopulatedMap() { method in class:TableCollectionTest.RowMapTests
1066 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapHeadMapTests
1094 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapTailMapTests
1123 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapSubMapTests
1157 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowMapTests
1177 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowMapTests
1197 protected SortedMap<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowMapTests
1216 makePopulatedMap() { method in class:TableCollectionTest.ColumnMapTests
1276 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnMapTests
1296 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnMapTests
1316 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnMapTests
[all...]
H A DImmutableSortedMapTest.java131 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
146 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
162 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.ReserializedMapTests
177 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
192 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
207 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
222 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
237 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DImmutableMapTest.java176 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTests
191 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
207 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.ReserializedMapTests
228 @Override protected Map<Object, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
253 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithUnhashableValues
271 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithSingletonUnhashableValue
H A DImmutableBiMapTest.java126 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.MapTests
145 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DMapsTransformValuesTest.java63 protected Map<String, String> makePopulatedMap() { method in class:MapsTransformValuesTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSortedMapInterfaceTest.java47 @Override protected abstract SortedMap<K, V> makePopulatedMap() method in class:SortedMapInterfaceTest
52 return makePopulatedMap();
61 map = makePopulatedMap();
87 map = makePopulatedMap();
110 map = makePopulatedMap();
H A DMapInterfaceTest.java84 protected abstract Map<K, V> makePopulatedMap() method in class:MapInterfaceTest
89 * in {@link #makePopulatedMap()}.
100 * in {@link #makePopulatedMap()}.
149 return makePopulatedMap();
277 map = makePopulatedMap();
300 map = makePopulatedMap();
325 map = makePopulatedMap();
347 map = makePopulatedMap();
462 map = makePopulatedMap();
503 map = makePopulatedMap();
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTableCollectionTest.java163 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.RowTests
221 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowTests
241 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowTests
261 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowTests
284 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.ColumnTests
335 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnTests
355 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnTests
375 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnTests
413 map = makePopulatedMap();
448 makePopulatedMap() { method in class:TableCollectionTest.RowMapTests
498 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapHeadMapTests
526 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapTailMapTests
555 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapSubMapTests
589 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowMapTests
609 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowMapTests
629 protected SortedMap<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowMapTests
648 makePopulatedMap() { method in class:TableCollectionTest.ColumnMapTests
692 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnMapTests
712 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnMapTests
732 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnMapTests
[all...]
H A DImmutableSortedMapTest.java85 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
100 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
114 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
129 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
144 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
159 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
174 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DImmutableMapTest.java84 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTests
99 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
119 @Override protected Map<Object, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
H A DImmutableBiMapTest.java85 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.MapTests
104 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DTreeBasedTableTest.java53 @Override protected SortedMap<String, String> makePopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DSafeTreeMapTest.java60 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:SafeTreeMapTest.ReserializedMapTests

Completed in 558 milliseconds

12