/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | LinkedHashMultimapTest.java | 41 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 …]
|
D | ImmutableListMultimapTest.java | 52 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 …]
|
D | TreeMultimapExplicitTest.java | 78 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 …]
|
D | ImmutableSetMultimapTest.java | 41 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 …]
|
D | ArrayListMultimapTest.java | 46 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
|
D | TreeMultimapNaturalTest.java | 50 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 …]
|
D | MapConstraintsTest.java | 210 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 …]
|
D | MultimapsTest.java | 118 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 …]
|
D | HashMultimapTest.java | 36 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
|
D | LinkedListMultimapTest.java | 51 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
|
D | ImmutableMultimapTest.java | 40 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/ |
D | LinkedHashMultimapTest.java | 88 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 …]
|
D | TreeMultimapNaturalTest.java | 265 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 …]
|
D | ImmutableListMultimapTest.java | 76 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 …]
|
D | TreeMultimapExplicitTest.java | 80 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 …]
|
D | ImmutableSetMultimapTest.java | 74 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 …]
|
D | ArrayListMultimapTest.java | 83 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
|
D | MapConstraintsTest.java | 212 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 …]
|
D | MultimapsTest.java | 135 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 …]
|
D | LinkedListMultimapTest.java | 98 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 …]
|
D | MultimapsCollectionTest.java | 100 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 …]
|
D | HashMultimapTest.java | 74 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
|
D | ImmutableMultimapTest.java | 40 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
|
D | MultimapsFilterEntriesAsMapTest.java | 54 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/ |
D | MapConstraints.java | 106 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()
|