public abstract class AbstractMutableListMultimap<K,V> extends AbstractMutableMultimap<K,V,MutableList<V>> implements MutableListMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
MutableListMultimap<K,V> |
asSynchronized() |
<K2,V2> HashBagMultimap<K2,V2> |
collectKeyMultiValues(Function<? super K,? extends K2> keyFunction,
Function<? super V,? extends V2> valueFunction) |
<K2,V2> HashBagMultimap<K2,V2> |
collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
<V2> FastListMultimap<K,V2> |
collectValues(Function<? super V,? extends V2> function) |
void |
forEachKeyMutableList(Procedure2<? super K,? super MutableList<V>> procedure) |
ImmutableListMultimap<K,V> |
toImmutable() |
MutableListMultimap<K,V> |
toMutable() |
clear, get, getIfAbsentPutAll, isEmpty, keySet, put, putAll, putAll, readExternal, remove, removeAll, replaceValues, size, sizeDistinct, toMap, toMap, writeExternalcollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewflip, get, getIfAbsentPutAll, newEmpty, rejectKeysMultiValues, rejectKeysValues, removeAll, replaceValues, selectKeysMultiValues, selectKeysValues, withKeyMultiValues, withKeyValuecollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keySet, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewadd, clear, put, putAll, putAll, putAllPairs, putAllPairs, removepublic void forEachKeyMutableList(Procedure2<? super K,? super MutableList<V>> procedure)
forEachKeyMutableList in interface MutableListMultimap<K,V>public MutableListMultimap<K,V> toMutable()
public ImmutableListMultimap<K,V> toImmutable()
toImmutable in interface ListMultimap<K,V>toImmutable in interface Multimap<K,V>public <K2,V2> HashBagMultimap<K2,V2> collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
collectKeysValues in interface ListMultimap<K,V>collectKeysValues in interface MutableListMultimap<K,V>collectKeysValues in interface Multimap<K,V>collectKeysValues in interface MutableMultimap<K,V>collectKeysValues in interface OrderedIterableMultimap<K,V>public <K2,V2> HashBagMultimap<K2,V2> collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
collectKeyMultiValues in interface ListMultimap<K,V>collectKeyMultiValues in interface MutableListMultimap<K,V>collectKeyMultiValues in interface Multimap<K,V>collectKeyMultiValues in interface MutableMultimap<K,V>collectKeyMultiValues in interface OrderedIterableMultimap<K,V>public <V2> FastListMultimap<K,V2> collectValues(Function<? super V,? extends V2> function)
collectValues in interface ListMultimap<K,V>collectValues in interface MutableListMultimap<K,V>collectValues in interface Multimap<K,V>collectValues in interface MutableMultimap<K,V>collectValues in interface OrderedIterableMultimap<K,V>collectValues in interface ReversibleIterableMultimap<K,V>public MutableListMultimap<K,V> asSynchronized()
asSynchronized in interface MutableListMultimap<K,V>asSynchronized in interface MutableMultimap<K,V>Copyright © 2004–2022. All rights reserved.