/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeMultimapNaturalTest.java | 68 TreeMultimap<String, Integer> multimap = TreeMultimap.create(); in createPopulate() local 85 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local 92 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local 97 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 112 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local 124 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local 130 TreeMultimap<String, Integer> multimap = createPopulate(); in testFirst() local 139 TreeMultimap<String, Integer> multimap = createPopulate(); in testLast() local 148 TreeMultimap<String, Integer> multimap = createPopulate(); in testComparatorFromGet() local 154 TreeMultimap<String, Integer> multimap = createPopulate(); in testHeadSet() local [all …]
|
D | LinkedHashMultimapTest.java | 51 Multimap<String, Integer> multimap = getMultimap(); in initializeMultimap5() local 66 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingReadOnly() local 71 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUnmodifiable() local 76 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingSynchronized() local 82 Multimap<String, Integer> multimap = initializeMultimap5(); in testSerializationOrdering() local 88 private void assertOrderingReadOnly(Multimap<String, Integer> multimap) { in assertOrderingReadOnly() 118 Multimap<String, Integer> multimap = initializeMultimap5(); in testOrderingUpdates() local 133 Multimap<String, Integer> multimap = getMultimap(); in testToStringNullExact() local 156 Multimap<String, Integer> multimap = LinkedHashMultimap.create(); in testPutMultimapOrdered() local 162 Multimap<String, Integer> multimap = initializeMultimap5(); in testKeysToString_ordering() local [all …]
|
D | ImmutableListMultimapTest.java | 44 ImmutableListMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local 93 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 105 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 125 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 137 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 149 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 171 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 233 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 250 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local 268 ImmutableListMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysAndValuesBy() local [all …]
|
D | AbstractListMultimapTest.java | 48 Multimap<String, Integer> multimap = create(); in testDuplicates() local 64 Multimap<String, Integer> multimap = create(); in testPutReturn() local 72 Multimap<String, Integer> multimap = create(); in testPutAllReturn_existingElements() local 91 Multimap<String, Integer> multimap = create(); in testGetEquals() local 98 Multimap<String, Integer> multimap = getMultimap(); in testAsMapEquals() local 122 Multimap<String, Integer> multimap = create(); in testAsMapEntriesEquals() local 134 Multimap<String, Integer> multimap = create(); in testAsMapValuesRemove() local 149 Multimap<String, Integer> multimap = create(); in testEqualsOrdering() local 164 Multimap<String, Integer> multimap = create(); in testPutGetOrdering() local 177 ListMultimap<String, Integer> multimap = create(); in testListMethods() local [all …]
|
D | ImmutableSetMultimapTest.java | 44 ImmutableSetMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local 93 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllIterable() local 105 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllVarargs() local 125 Multimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimap() local 137 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllWithDuplicates() local 147 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutWithDuplicates() local 161 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderPutAllMultimapWithDuplicates() local 221 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysBy() local 241 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderValuesBy() local 268 ImmutableSetMultimap<String, Integer> multimap = builder.build(); in testBuilderOrderKeysAndValuesBy() local [all …]
|
D | TreeMultimapExplicitTest.java | 77 TreeMultimap<String, Integer> multimap = TreeMultimap.create( in createPopulate() local 117 TreeMultimap<String, Integer> multimap = createPopulate(); in testGetComparator() local 123 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedGet() local 130 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedKeySet() local 135 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedAsMapEntries() local 150 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedEntries() local 161 TreeMultimap<String, Integer> multimap = createPopulate(); in testOrderedValues() local 166 TreeMultimap<String, Integer> multimap = createPopulate(); in testComparator() local 173 Multimap<String, Integer> multimap = createSample(); in testMultimapComparators() local 183 TreeMultimap<String, Integer> multimap = createPopulate(); in testSortedKeySet() local [all …]
|
D | ArrayListMultimapTest.java | 44 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 55 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 66 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 80 ListMultimap<String, Integer> multimap = create(); in testSublistConcurrentModificationException() local 98 Multimap<String, Integer> multimap = createSample(); in testCreateFromMultimap() local 105 ArrayListMultimap<String, Integer> multimap in testCreate() local 111 ArrayListMultimap<String, Integer> multimap in testCreateFromSizes() local 130 ArrayListMultimap<String, Integer> multimap in testCreateFromHashMultimap() local 138 ArrayListMultimap<String, Integer> multimap in testCreateFromArrayListMultimap() local 144 ArrayListMultimap<String, Integer> multimap in testTrimToSize() local
|
D | AbstractSetMultimapTest.java | 38 Multimap<String, Integer> multimap = getMultimap(); in testDuplicates() local 51 Multimap<String, Integer> multimap = getMultimap(); in testGetEquals() local 58 Multimap<String, Integer> multimap = getMultimap(); in testAsMapEquals() local 79 Multimap<String, Integer> multimap = getMultimap(); in testAsMapEntriesEquals() local 105 Multimap<String, Integer> multimap = create(); in testAsMapValues() local 128 Multimap<String, Integer> multimap = getMultimap(); in testPutReturn() local 136 Multimap<String, Integer> multimap = create(); in testPutAllReturn_existingElements() local 155 Multimap<String, Integer> multimap = getMultimap(); in testEntriesEquals() 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 | 134 ListMultimap<String, Integer> multimap in testUnmodifiableArrayListMultimapRandomAccess() local 144 ListMultimap<String, Integer> multimap in testUnmodifiableLinkedListMultimapRandomAccess() local 207 SortedSetMultimap<String, Integer> multimap in testUnmodifiableSynchronizedTreeMultimap() local 217 SortedSetMultimap<String, Integer> multimap = in testSerializingUnmodifiableSynchronizedTreeMultimap() local 265 Multimap<String, Integer> multimap, boolean permitsDuplicates) { in checkUnmodifiableMultimap() 275 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 384 Multimap<String, Integer> multimap = HashMultimap.create(); in testForMap() local 464 Multimap<String, Integer> multimap = Multimaps.forMap(map); in testForMapRemoveAll() local [all …]
|
D | LinkedListMultimapTest.java | 60 Multimap<String, Integer> multimap = create(); in testGetRandomAccess() local 72 Multimap<String, Integer> multimap = create(); in testRemoveAllRandomAccess() local 84 Multimap<String, Integer> multimap = create(); in testReplaceValuesRandomAccess() local 94 Multimap<String, Integer> multimap = createSample(); in testCreateFromMultimap() local 101 LinkedListMultimap<String, Integer> multimap in testCreateFromSize() local 288 ListMultimap<String, Integer> multimap = create(); in testEntrySetValue() local 306 ListMultimap<String, Integer> multimap = create(); in testEntriesAfterMultimapUpdate() local 346 private LinkedListMultimap<String, Integer> multimap; in testEntriesIteration() local 367 private Multimap<String, Integer> multimap; in testKeysIteration() local 391 private LinkedListMultimap<String, Integer> multimap; in testValuesIteration() local [all …]
|
D | HashMultimapTest.java | 37 HashMultimap<String, Integer> multimap = HashMultimap.create(); in testCreate() local 46 Multimap<String, Integer> multimap = createSample(); in testCreateFromMultimap() local 53 HashMultimap<String, Integer> multimap = HashMultimap.create(20, 15); in testCreateFromSizes() local
|
D | ImmutableMultimapTest.java | 39 ImmutableMultimap<String, Integer> multimap = new Builder<String, Integer>() in testBuilder_withImmutableEntry() local 102 Multimap<Integer, UnhashableObject> multimap = ImmutableMultimap.of( in testUnhashableSingletonValue() local 110 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
|
D | MultimapCollectionTest.java | 132 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForGet() 140 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet() 148 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForValues() 155 Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys() 222 Multimap<String, Integer> multimap = createMultimap(); in create() local
|
D | SubMapMultimapAsMapImplementsMapTest.java | 40 TreeMultimap<String, Integer> multimap in createMultimap() local 54 TreeMultimap<String, Integer> multimap = createMultimap(); in makePopulatedMap() local
|
D | SynchronizedMultimapTest.java | 171 ListMultimap<String, Integer> multimap in testSynchronizedListMultimap() local 184 SortedSetMultimap<String, Integer> multimap in testSynchronizedSortedSetMultimap() local 200 ListMultimap<String, Integer> multimap in testSynchronizedArrayListMultimapRandomAccess() local 210 ListMultimap<String, Integer> multimap in testSynchronizedLinkedListMultimapRandomAccess() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapConstraints.java | 105 Multimap<K, V> multimap, MapConstraint<? super K, ? super V> constraint) { in constrainedMultimap() 126 ListMultimap<K, V> multimap, in constrainedListMultimap() 147 SetMultimap<K, V> multimap, in constrainedSetMultimap() 168 SortedSetMultimap<K, V> multimap, in constrainedSortedSetMultimap()
|
D | ImmutableMultimap.java | 139 Comparator<? super K> keyComparator, Multimap<K, V> multimap) { in SortedKeyBuilderMultimap() 230 public Builder<K, V> putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 288 Multimap<? extends K, ? extends V> multimap) { in copyOf() 400 public boolean putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 505 final ImmutableMultimap<K, V> multimap; field in ImmutableMultimap.EntryCollection 507 EntryCollection(ImmutableMultimap<K, V> multimap) { in EntryCollection() 595 final ImmutableMultimap<?, V> multimap; field in Values 597 Values(ImmutableMultimap<?, V> multimap) { in Values()
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | LinkedHashMultimap_CustomFieldSerializer.java | 38 LinkedHashMultimap<Object, Object> multimap = in instantiate() local 54 LinkedHashMultimap<?, ?> multimap) throws SerializationException { in serialize()
|
D | LinkedListMultimap_CustomFieldSerializer.java | 38 LinkedListMultimap<Object, Object> multimap = LinkedListMultimap.create(); in instantiate() local 49 LinkedListMultimap<?, ?> multimap) throws SerializationException { in serialize()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | HashMultimap.java | 81 Multimap<? extends K, ? extends V> multimap) { in create() 95 private HashMultimap(Multimap<? extends K, ? extends V> multimap) { in HashMultimap()
|
D | ArrayListMultimap.java | 93 Multimap<? extends K, ? extends V> multimap) { in create() 108 private ArrayListMultimap(Multimap<? extends K, ? extends V> multimap) { in ArrayListMultimap()
|
D | TreeMultimap.java | 102 TreeMultimap<K, V> create(Multimap<? extends K, ? extends V> multimap) { in create() 116 Multimap<? extends K, ? extends V> multimap) { in TreeMultimap()
|
D | ImmutableMultimap.java | 138 Comparator<? super K> keyComparator, Multimap<K, V> multimap) { in SortedKeyBuilderMultimap() 229 public Builder<K, V> putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 287 Multimap<? extends K, ? extends V> multimap) { in copyOf() 390 public boolean putAll(Multimap<? extends K, ? extends V> multimap) { in putAll() 495 final ImmutableMultimap<K, V> multimap; field in ImmutableMultimap.EntryCollection 497 EntryCollection(ImmutableMultimap<K, V> multimap) { in EntryCollection() 585 final ImmutableMultimap<?, V> multimap; field in Values 587 Values(ImmutableMultimap<?, V> multimap) { in Values()
|