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, toMutable
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesView
clear, put, putAll, putAll, putAllPairs, remove
MutableList<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()
Multimap
MutableList<V> get(K key)
Multimap
RichIterable
is returned.Copyright © 2004–2018. All rights reserved.