Home
last modified time | relevance | path

Searched defs:multimap (Results 1 – 25 of 74) sorted by relevance

123

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimapTest.java41 LinkedHashMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in testValueSetHashTableExpansion() local
55 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in initializeMultimap5() local
65 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testToString() local
76 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingReadOnly() local
81 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUnmodifiable() local
86 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingSynchronized() local
90 private void assertOrderingReadOnly(Multimap<String, Integer> multimap) { in assertOrderingReadOnly()
120 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUpdates() local
135 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testToStringNullExact() local
158 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testPutMultimapOrdered() local
[all …]
DImmutableListMultimapTest.java52 ImmutableListMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
101 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local
113 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local
133 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local
145 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local
157 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local
179 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local
241 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local
263 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local
280 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local
[all …]
DTreeMultimapExplicitTest.java78 TreeMultimap<String, Integer> multimap = TreeMultimap.create( in createPopulate() local
113 Multimap<String, Integer> multimap = create(); in testToString() local
124 TreeMultimap<String, Integer> multimap = createPopulate(); in testGetComparator() local
130 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local
137 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local
142 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local
157 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local
169 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local
174 TreeMultimap<String, Integer> multimap = createPopulate(); in testComparator() local
181 Multimap<String, Integer> multimap = create(); in testMultimapComparators() local
[all …]
DImmutableSetMultimapTest.java41 ImmutableSetMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
90 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local
102 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local
122 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local
134 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local
144 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local
158 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local
218 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local
243 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local
263 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local
[all …]
DArrayListMultimapTest.java46 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local
57 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local
68 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local
82 ListMultimap<String, Integer> multimap = create(); in testSublistConcurrentModificationException() local
100 Multimap<String, Integer> multimap = create(); in testCreateFromMultimap() local
110 ArrayListMultimap<String, Integer> multimap in testCreate() local
116 ArrayListMultimap<String, Integer> multimap in testCreateFromSizes() local
135 ArrayListMultimap<String, Integer> multimap in testCreateFromHashMultimap() local
143 ArrayListMultimap<String, Integer> multimap in testCreateFromArrayListMultimap() local
149 ArrayListMultimap<String, Integer> multimap in testTrimToSize() local
DTreeMultimapNaturalTest.java50 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in createPopulate() local
62 SetMultimap<String, Integer> multimap = create(); in testToString() local
70 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local
77 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local
82 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local
97 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local
109 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local
115 SetMultimap<String, Integer> multimap = create(); in testMultimapConstructor() local
183 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in testComparators() local
189 TreeMultimap<String, Integer> multimap = createPopulate(); in testTreeMultimapAsMapSorted() local
[all …]
DMapConstraintsTest.java210 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testConstrainedMultimapLegal() local
263 ListMultimap<String, Integer> multimap in testConstrainedTypePreservingList() local
276 ListMultimap<String, Integer> multimap in testConstrainedTypePreservingRandomAccessList() local
289 SetMultimap<String, Integer> multimap in testConstrainedTypePreservingSet() local
303 SortedSetMultimap<String, Integer> multimap in testConstrainedTypePreservingSortedSet() local
316 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testConstrainedMultimapIllegal() local
426 Multimap<String, Integer> multimap = Multimaps.newMultimap( in testConstrainedMultimapQueue() local
483 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapAsMapEntriesToArray() local
503 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapAsMapValuesToArray() local
518 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapEntriesContainsNefariousEntry() local
[all …]
DMultimapsTest.java118 ListMultimap<String, Integer> multimap in testUnmodifiableArrayListMultimapRandomAccess() local
128 ListMultimap<String, Integer> multimap in testUnmodifiableLinkedListMultimapRandomAccess() local
174 Multimap<String, Integer> multimap, boolean permitsDuplicates) { in checkUnmodifiableMultimap()
184 Multimap<String, Integer> multimap, boolean permitsDuplicates, in checkUnmodifiableMultimap()
219 Multimap<String, Integer> multimap, boolean permitsDuplicates, in prepareUnmodifiableTests()
266 Multimap<String, Integer> multimap = Multimaps.invertFrom(empty, in testInvertFrom() local
289 Multimap<String, Integer> multimap = Multimaps.newMultimap( in testAsMap_multimap() local
318 Multimap<String, Integer> multimap = HashMultimap.create(); in testForMap() local
389 Multimap<String, Integer> multimap = Multimaps.forMap(map); in testForMapRemoveAll() local
502 Multimap<Color, Integer> multimap = Multimaps.newMultimap(map, factory); in testNewMultimapWithCollectionRejectingNegativeElements() local
[all …]
DHashMultimapTest.java36 HashMultimap<String, Integer> multimap = HashMultimap.create(); in testCreate() local
45 HashMultimap<String, Integer> multimap = HashMultimap.create(); in testCreateFromMultimap() local
55 HashMultimap<String, Integer> multimap = HashMultimap.create(20, 15); in testCreateFromSizes() local
DLinkedListMultimapTest.java51 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local
63 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local
75 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local
85 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testCreateFromMultimap() local
96 LinkedListMultimap<String, Integer> multimap in testCreateFromSize() local
273 ListMultimap<String, Integer> multimap = create(); in testEntriesAfterMultimapUpdate() local
DImmutableMultimapTest.java40 ImmutableMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
103 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of( in testUnhashableSingletonValue() local
111 Multimap<Integer, Object> multimap = ImmutableMultimap.<Integer, Object>of( in testUnhashableMixedValues() local
/external/guava/guava-tests/test/com/google/common/collect/
DLinkedHashMultimapTest.java88 LinkedHashMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in testValueSetHashTableExpansion() local
102 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in initializeMultimap5() local
112 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testToString() local
123 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingReadOnly() local
128 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUnmodifiable() local
133 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingSynchronized() local
139 Multimap<String, Integer> multimap = initializeMultimap5(); in testSerializationOrdering() local
147 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testSerializationOrderingKeysAndEntries() local
162 private void assertOrderingReadOnly(Multimap<String, Integer> multimap) { in assertOrderingReadOnly()
192 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUpdates() local
[all …]
DTreeMultimapNaturalTest.java265 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in createPopulate() local
277 SetMultimap<String, Integer> multimap = create(); in testToString() local
285 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local
292 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local
297 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local
312 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local
324 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local
330 SetMultimap<String, Integer> multimap = create(); in testMultimapConstructor() local
398 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in testComparators() local
405 TreeMultimap<String, Integer> multimap = createPopulate(); in testExplicitComparatorSerialization() local
[all …]
DImmutableListMultimapTest.java76 ImmutableListMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
125 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local
137 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local
157 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local
169 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local
181 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local
203 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local
265 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local
287 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local
304 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local
[all …]
DTreeMultimapExplicitTest.java80 TreeMultimap<String, Integer> multimap = TreeMultimap.create( in createPopulate() local
115 Multimap<String, Integer> multimap = create(); in testToString() local
126 TreeMultimap<String, Integer> multimap = createPopulate(); in testGetComparator() local
132 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local
139 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local
144 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local
159 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local
171 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local
176 TreeMultimap<String, Integer> multimap = createPopulate(); in testComparator() local
183 Multimap<String, Integer> multimap = create(); in testMultimapComparators() local
[all …]
DImmutableSetMultimapTest.java74 ImmutableSetMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
123 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local
135 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local
155 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local
167 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local
177 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local
191 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local
251 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local
276 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysByDuplicates() local
296 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local
[all …]
DArrayListMultimapTest.java83 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local
94 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local
105 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local
119 ListMultimap<String, Integer> multimap = create(); in testSublistConcurrentModificationException() local
137 Multimap<String, Integer> multimap = create(); in testCreateFromMultimap() local
147 ArrayListMultimap<String, Integer> multimap in testCreate() local
153 ArrayListMultimap<String, Integer> multimap in testCreateFromSizes() local
172 ArrayListMultimap<String, Integer> multimap in testCreateFromHashMultimap() local
180 ArrayListMultimap<String, Integer> multimap in testCreateFromArrayListMultimap() local
186 ArrayListMultimap<String, Integer> multimap in testTrimToSize() local
DMapConstraintsTest.java212 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testConstrainedMultimapLegal() local
265 ListMultimap<String, Integer> multimap in testConstrainedTypePreservingList() local
278 ListMultimap<String, Integer> multimap in testConstrainedTypePreservingRandomAccessList() local
291 SetMultimap<String, Integer> multimap in testConstrainedTypePreservingSet() local
305 SortedSetMultimap<String, Integer> multimap in testConstrainedTypePreservingSortedSet() local
318 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testConstrainedMultimapIllegal() local
428 Multimap<String, Integer> multimap = Multimaps.newMultimap( in testConstrainedMultimapQueue() local
485 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapAsMapEntriesToArray() local
505 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapAsMapValuesToArray() local
520 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testMultimapEntriesContainsNefariousEntry() local
[all …]
DMultimapsTest.java135 ListMultimap<String, Integer> multimap in testUnmodifiableArrayListMultimapRandomAccess() local
145 ListMultimap<String, Integer> multimap in testUnmodifiableLinkedListMultimapRandomAccess() local
208 SortedSetMultimap<String, Integer> multimap in testUnmodifiableSynchronizedTreeMultimap() local
218 SortedSetMultimap<String, Integer> multimap = in testSerializingUnmodifiableSynchronizedTreeMultimap() local
266 Multimap<String, Integer> multimap, boolean permitsDuplicates) { in checkUnmodifiableMultimap()
276 Multimap<String, Integer> multimap, boolean permitsDuplicates, in checkUnmodifiableMultimap()
311 Multimap<String, Integer> multimap, boolean permitsDuplicates, in prepareUnmodifiableTests()
358 Multimap<String, Integer> multimap = Multimaps.invertFrom(empty, in testInvertFrom() local
381 Multimap<String, Integer> multimap = Multimaps.newMultimap( in testAsMap_multimap() local
410 Multimap<String, Integer> multimap = HashMultimap.create(); in testForMap() local
[all …]
DLinkedListMultimapTest.java98 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local
110 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local
122 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local
132 Multimap<String, Integer> multimap = LinkedListMultimap.create(); in testCreateFromMultimap() local
143 LinkedListMultimap<String, Integer> multimap in testCreateFromSize() local
320 ListMultimap<String, Integer> multimap = create(); in testEntriesAfterMultimapUpdate() local
360 private LinkedListMultimap<String, Integer> multimap; in testEntriesIteration() local
381 private Multimap<String, Integer> multimap; in testKeysIteration() local
405 private LinkedListMultimap<String, Integer> multimap; in testValuesIteration() local
428 private Multimap<String, Integer> multimap; in testKeySetIteration() local
[all …]
DMultimapsCollectionTest.java100 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForGet()
108 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet()
116 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForValues()
123 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys()
190 Multimap<String, Integer> multimap = createMultimap(); in create() local
354 Multimap<String, String> multimap = ArrayListMultimap.create(); in create() local
363 abstract M transform(Multimap<String, String> multimap); in transform() argument
514 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter()
518 SetMultimap<String, Integer> multimap = LinkedHashMultimap.create(); in create() local
539 ListMultimap<String, Integer> multimap = LinkedListMultimap.create(); in create() local
[all …]
DHashMultimapTest.java74 HashMultimap<String, Integer> multimap = HashMultimap.create(); in testCreate() local
83 HashMultimap<String, Integer> multimap = HashMultimap.create(); in testCreateFromMultimap() local
93 HashMultimap<String, Integer> multimap = HashMultimap.create(20, 15); in testCreateFromSizes() local
DImmutableMultimapTest.java40 ImmutableMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local
103 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of( in testUnhashableSingletonValue() local
111 Multimap<Integer, Object> multimap = ImmutableMultimap.<Integer, Object>of( in testUnhashableMixedValues() local
DMultimapsFilterEntriesAsMapTest.java54 Multimap<String, Integer> multimap = createMultimap(); in makeEmptyMap() local
59 Multimap<String, Integer> multimap = createMultimap(); in makePopulatedMap() local
/external/guava/guava/src/com/google/common/collect/
DMapConstraints.java106 Multimap<K, V> multimap, MapConstraint<? super K, ? super V> constraint) { in constrainedMultimap()
127 ListMultimap<K, V> multimap, in constrainedListMultimap()
148 SetMultimap<K, V> multimap, in constrainedSetMultimap()
169 SortedSetMultimap<K, V> multimap, in constrainedSortedSetMultimap()

123