Searched refs:Multimap (Results 51 - 56 of 56) sorted by relevance

123

/external/guava/guava/src/com/google/common/collect/
H A DImmutableListMultimap.java142 * static final Multimap<String, Integer> STRING_TO_INTEGER_MULTIMAP =
190 Multimap<? extends K, ? extends V> multimap) {
238 Multimap<? extends K, ? extends V> multimap) {
H A DLinkedHashMultimap.java38 * Implementation of {@code Multimap} that does not allow duplicate key-value
111 * multimap has the same {@link Multimap#entries()} iteration order as the
117 Multimap<? extends K, ? extends V> multimap) {
135 private LinkedHashMultimap(Multimap<? extends K, ? extends V> multimap) {
H A DLinkedListMultimap.java55 * Multimap<K, V> multimap = LinkedListMultimap.create();
156 * specified {@code Multimap}. The new multimap has the same
157 * {@link Multimap#entries()} iteration order as the input multimap.
162 Multimap<? extends K, ? extends V> multimap) {
178 private LinkedListMultimap(Multimap<? extends K, ? extends V> multimap) {
575 public boolean putAll(Multimap<? extends K, ? extends V> multimap) {
1085 if (other instanceof Multimap) {
1086 Multimap<?, ?> that = (Multimap<?, ?>) other;
1096 * as returned by {@link Multimap#asMa
[all...]
H A DMapConstraints.java94 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
95 * {@link Multimap#replaceValues} methods return collections that are not
104 public static <K, V> Multimap<K, V> constrainedMultimap( argument
105 Multimap<K, V> multimap, MapConstraint<? super K, ? super V> constraint) {
115 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
116 * {@link Multimap#replaceValues} methods return collections that are not
137 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
138 * {@link Multimap#replaceValues} methods return collections that are not
158 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
159 * {@link Multimap#replaceValue
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableListMultimap.java137 * static final Multimap<String, Integer> STRING_TO_INTEGER_MULTIMAP =
185 Multimap<? extends K, ? extends V> multimap) {
233 Multimap<? extends K, ? extends V> multimap) {
H A DLinkedListMultimap.java51 * Multimap<K, V> multimap = LinkedListMultimap.create();
152 * specified {@code Multimap}. The new multimap has the same
153 * {@link Multimap#entries()} iteration order as the input multimap.
158 Multimap<? extends K, ? extends V> multimap) {
174 private LinkedListMultimap(Multimap<? extends K, ? extends V> multimap) {
571 public boolean putAll(Multimap<? extends K, ? extends V> multimap) {
1081 if (other instanceof Multimap) {
1082 Multimap<?, ?> that = (Multimap<?, ?>) other;
1092 * as returned by {@link Multimap#asMa
[all...]

Completed in 77 milliseconds

123