public interface MutableSetMultimap<K,V> extends UnsortedSetMultimap<K,V>, MutableMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
MutableSet<V> |
get(K key)
Returns a view of all values associated with the given key.
|
MutableSetMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
MutableSet<V> |
removeAll(Object key) |
MutableSet<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, removeMutableSet<V> replaceValues(K key, Iterable<? extends V> values)
replaceValues in interface MutableMultimap<K,V>MutableSet<V> removeAll(Object key)
removeAll in interface MutableMultimap<K,V>MutableSetMultimap<K,V> newEmpty()
MultimapMutableSet<V> get(K key)
MultimapRichIterable is returned.Copyright © 2004–2017. All rights reserved.