public interface SortedSetMultimap<K,V> extends SetMultimap<K,V>, SortedIterableMultimap<K,V>
Modifier and Type | Method and Description |
---|---|
SortedSetIterable<V> |
get(K key)
Returns a view of all values associated with the given key.
|
SortedSetMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
ImmutableSortedSetMultimap<K,V> |
toImmutable()
Returns an immutable copy of this Multimap if it is not already immutable.
|
MutableSortedSetMultimap<K,V> |
toMutable()
Returns a mutable copy of this Multimap.
|
comparator
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesView
SortedSetMultimap<K,V> newEmpty()
Multimap
SortedSetIterable<V> get(K key)
Multimap
RichIterable
is returned.MutableSortedSetMultimap<K,V> toMutable()
Multimap
ImmutableSortedSetMultimap<K,V> toImmutable()
Multimap
Serializable
if this Multimap is Serializable
.toImmutable
in interface Multimap<K,V>
Copyright © 2004–2016. All rights reserved.