public interface MutableSortedBagMultimap<K,V> extends MutableMultimap<K,V>, SortedBagMultimap<K,V>
Modifier and Type | Method and Description |
---|---|
MutableSortedBag<V> |
get(K key)
Returns a view of all values associated with the given key.
|
MutableSortedBagMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
MutableSortedBag<V> |
removeAll(Object key) |
MutableSortedBag<V> |
replaceValues(K key,
Iterable<? extends V> values) |
clear, put, putAll, putAll, putAllPairs, remove
toImmutable, toMutable
comparator
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesView
MutableSortedBag<V> replaceValues(K key, Iterable<? extends V> values)
replaceValues
in interface MutableMultimap<K,V>
MutableSortedBag<V> removeAll(Object key)
removeAll
in interface MutableMultimap<K,V>
MutableSortedBagMultimap<K,V> newEmpty()
Multimap
newEmpty
in interface BagMultimap<K,V>
newEmpty
in interface Multimap<K,V>
newEmpty
in interface MutableMultimap<K,V>
newEmpty
in interface SortedBagMultimap<K,V>
newEmpty
in interface SortedIterableMultimap<K,V>
MutableSortedBag<V> get(K key)
Multimap
RichIterable
is returned.get
in interface BagMultimap<K,V>
get
in interface Multimap<K,V>
get
in interface MutableMultimap<K,V>
get
in interface SortedBagMultimap<K,V>
get
in interface SortedIterableMultimap<K,V>
key
- the key to search forCopyright © 2004–2016. All rights reserved.