public interface MutableSortedSetMultimap<K,V> extends MutableMultimap<K,V>, SortedSetMultimap<K,V>
Modifier and Type | Method and Description |
---|---|
MutableSortedSet<V> |
get(K key)
Returns a view of all values associated with the given key.
|
MutableSortedSetMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
MutableSortedSet<V> |
removeAll(Object key) |
MutableSortedSet<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
MutableSortedSet<V> replaceValues(K key, Iterable<? extends V> values)
replaceValues
in interface MutableMultimap<K,V>
MutableSortedSet<V> removeAll(Object key)
removeAll
in interface MutableMultimap<K,V>
MutableSortedSetMultimap<K,V> newEmpty()
Multimap
newEmpty
in interface Multimap<K,V>
newEmpty
in interface MutableMultimap<K,V>
newEmpty
in interface SetMultimap<K,V>
newEmpty
in interface SortedIterableMultimap<K,V>
newEmpty
in interface SortedSetMultimap<K,V>
MutableSortedSet<V> get(K key)
Multimap
RichIterable
is returned.get
in interface Multimap<K,V>
get
in interface MutableMultimap<K,V>
get
in interface SetMultimap<K,V>
get
in interface SortedIterableMultimap<K,V>
get
in interface SortedSetMultimap<K,V>
key
- the key to search forCopyright © 2004–2017. All rights reserved.