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

/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 DBiMapMapInterfaceTest.java54 @Override protected Map<String, Integer> makePopulatedMap() { method in class:BiMapMapInterfaceTest.AbstractMapInterfaceTest
101 @Override protected Map<String, Integer> makePopulatedMap() { method in class:BiMapMapInterfaceTest.UnmodifiableBiMapInterfaceTest
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.java732 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.RowTests
810 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowTests
830 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowTests
850 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowTests
873 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.ColumnTests
944 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnTests
964 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnTests
984 @Override protected Map<String, Integer> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnTests
1022 map = makePopulatedMap();
1057 makePopulatedMap() { method in class:TableCollectionTest.RowMapTests
1123 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapHeadMapTests
1151 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapTailMapTests
1180 makePopulatedMap() { method in class:TableCollectionTest.TreeRowMapSubMapTests
1214 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueRowMapTests
1234 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashRowMapTests
1254 protected SortedMap<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeRowMapTests
1273 makePopulatedMap() { method in class:TableCollectionTest.ColumnMapTests
1333 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.TransformValueColumnMapTests
1353 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableHashColumnMapTests
1373 protected Map<String, Map<Integer, Character>> makePopulatedMap() { method in class:TableCollectionTest.UnmodifiableTreeColumnMapTests
[all...]
H A DImmutableMapTest.java180 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTests
195 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.SingletonMapTests
211 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableMapTest.ReserializedMapTests
232 @Override protected Map<Object, Integer> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithBadHashes
257 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithUnhashableValues
275 @Override protected Map<Integer, UnhashableObject> makePopulatedMap() { method in class:ImmutableMapTest.MapTestsWithSingletonUnhashableValue
H A DImmutableSortedMapTest.java194 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.MapTests
209 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SingletonMapTests
225 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.ReserializedMapTests
240 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapTests
255 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.HeadMapInclusiveTests
270 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailMapTests
285 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.TailExclusiveMapTests
300 @Override protected SortedMap<String, Integer> makePopulatedMap() { method in class:ImmutableSortedMapTest.SubMapTests
H A DSortedMapsTest.java194 @Override protected SortedMap<Integer, String> makePopulatedMap() { method in class:SortedMapsTest.FilteredEntriesSortedMapInterfaceTest
H A DImmutableBiMapTest.java184 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.MapTests
203 @Override protected Map<String, Integer> makePopulatedMap() { method in class:ImmutableBiMapTest.InverseMapTests
H A DMapsTransformValuesTest.java63 protected Map<String, String> makePopulatedMap() { method in class:MapsTransformValuesTest
H A DMapsTransformValuesUnmodifiableIteratorTest.java115 @Override protected Map<String, String> makePopulatedMap() { method in class:MapsTransformValuesUnmodifiableIteratorTest
H A DTreeBasedTableTest.java85 @Override protected SortedMap<String, String> makePopulatedMap() { method in class:TreeBasedTableTest.TreeRowTest
H A DMapsTest.java1491 @Override protected SortedMap<Integer, String> makePopulatedMap() { method in class:MapsTest.FilteredEntriesSortedMapInterfaceTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMapInterfaceTest.java83 protected abstract Map<K, V> makePopulatedMap() method in class:MapInterfaceTest
88 * in {@link #makePopulatedMap()}.
99 * in {@link #makePopulatedMap()}.
148 return makePopulatedMap();
276 map = makePopulatedMap();
299 map = makePopulatedMap();
324 map = makePopulatedMap();
346 map = makePopulatedMap();
461 map = makePopulatedMap();
502 map = makePopulatedMap();
[all...]
H A DSortedMapInterfaceTest.java66 @Override protected abstract SortedMap<K, V> makePopulatedMap() method in class:SortedMapInterfaceTest
71 return makePopulatedMap();
81 map = makePopulatedMap();
139 map = makePopulatedMap();
165 map = makePopulatedMap();
241 map = makePopulatedMap();
260 map = makePopulatedMap();
282 map = makePopulatedMap();
305 map = makePopulatedMap();
331 map = makePopulatedMap();
[all...]
H A DConcurrentMapInterfaceTest.java46 * {@link #makePopulatedMap()} and differs from the value returned by
59 @Override protected abstract ConcurrentMap<K, V> makePopulatedMap() method in class:ConcurrentMapInterfaceTest
64 return makePopulatedMap();
105 map = makePopulatedMap();
206 map = makePopulatedMap();
236 map = makePopulatedMap();
263 map = makePopulatedMap();
289 map = makePopulatedMap();
352 map = makePopulatedMap();
416 map = makePopulatedMap();
[all...]

Completed in 212 milliseconds