public interface SortedBagMultimap<K,V> extends BagMultimap<K,V>, SortedIterableMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
SortedBag<V> |
get(K key)
Returns a view of all values associated with the given key.
|
SortedBagMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
ImmutableSortedBagMultimap<K,V> |
toImmutable()
Returns an immutable copy of this Multimap if it is not already immutable.
|
MutableSortedBagMultimap<K,V> |
toMutable()
Returns a mutable copy of this Multimap.
|
comparatorcontainsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesViewSortedBagMultimap<K,V> newEmpty()
MultimapSortedBag<V> get(K key)
MultimapRichIterable is returned.MutableSortedBagMultimap<K,V> toMutable()
MultimapImmutableSortedBagMultimap<K,V> toImmutable()
MultimapSerializable if this Multimap is Serializable.toImmutable in interface Multimap<K,V>Copyright © 2004–2017. All rights reserved.