public interface SortedIterableMultimap<K,V> extends Multimap<K,V>
Modifier and Type | Method and Description |
---|---|
Comparator<? super V> |
comparator() |
SortedIterable<V> |
get(K key)
Returns a view of all values associated with the given key.
|
SortedIterableMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toImmutable, toMap, toMap, toMutable, valuesView
SortedIterableMultimap<K,V> newEmpty()
Multimap
SortedIterable<V> get(K key)
Multimap
RichIterable
is returned.Comparator<? super V> comparator()
Copyright © 2004–2019. All rights reserved.