public interface MutableListMultimap<K,V> extends ListMultimap<K,V>, MutableMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
MutableList<V> |
get(K key)
Returns a view of all values associated with the given key.
|
MutableListMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
MutableList<V> |
removeAll(Object key) |
MutableList<V> |
replaceValues(K key,
Iterable<? extends V> values) |
toImmutable, toMutablecontainsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesViewclear, put, putAll, putAll, putAllPairs, removeMutableList<V> replaceValues(K key, Iterable<? extends V> values)
replaceValues in interface MutableMultimap<K,V>MutableList<V> removeAll(Object key)
removeAll in interface MutableMultimap<K,V>MutableListMultimap<K,V> newEmpty()
MultimapMutableList<V> get(K key)
MultimapRichIterable is returned.Copyright © 2004–2017. All rights reserved.