public interface ImmutableSortedSetMultimap<K,V> extends SortedSetMultimap<K,V>, ImmutableMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedSet<V> |
get(K key)
Returns a view of all values associated with the given key.
|
ImmutableSortedSetMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
ImmutableSortedSetMultimap<K,V> |
newWith(K key,
V value) |
ImmutableSortedSetMultimap<K,V> |
newWithAll(K key,
Iterable<? extends V> values) |
ImmutableSortedSetMultimap<K,V> |
newWithout(Object key,
Object value) |
ImmutableSortedSetMultimap<K,V> |
newWithoutAll(Object key) |
toImmutable, toMutablecomparatorcontainsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toMap, toMap, valuesViewImmutableSortedSet<V> get(K key)
MultimapRichIterable is returned.get in interface ImmutableMultimap<K,V>get in interface Multimap<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 forImmutableSortedSetMultimap<K,V> newEmpty()
MultimapnewEmpty in interface ImmutableMultimap<K,V>newEmpty in interface Multimap<K,V>newEmpty in interface SetMultimap<K,V>newEmpty in interface SortedIterableMultimap<K,V>newEmpty in interface SortedSetMultimap<K,V>ImmutableSortedSetMultimap<K,V> newWith(K key, V value)
newWith in interface ImmutableMultimap<K,V>ImmutableSortedSetMultimap<K,V> newWithout(Object key, Object value)
newWithout in interface ImmutableMultimap<K,V>ImmutableSortedSetMultimap<K,V> newWithAll(K key, Iterable<? extends V> values)
newWithAll in interface ImmutableMultimap<K,V>ImmutableSortedSetMultimap<K,V> newWithoutAll(Object key)
newWithoutAll in interface ImmutableMultimap<K,V>Copyright © 2004–2017. All rights reserved.