public final class ImmutableListMultimapImpl<K,V> extends AbstractImmutableMultimap<K,V,ImmutableList<V>> implements ImmutableListMultimap<K,V>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableListMultimapImpl.ImmutableListMultimapSerializationProxy<K,V> |
| Constructor and Description |
|---|
ImmutableListMultimapImpl(ImmutableMap<K,ImmutableList<V>> map) |
ImmutableListMultimapImpl(MutableMap<K,ImmutableList<V>> map) |
get, isEmpty, keySet, size, sizeDistinct, toMap, toMapcollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewgetcollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keySet, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewpublic ImmutableListMultimapImpl(MutableMap<K,ImmutableList<V>> map)
public ImmutableListMultimapImpl(ImmutableMap<K,ImmutableList<V>> map)
public void forEachKeyImmutableList(Procedure2<? super K,? super ImmutableList<V>> procedure)
forEachKeyImmutableList in interface ImmutableListMultimap<K,V>public ImmutableListMultimap<K,V> newEmpty()
newEmpty in interface ImmutableMultimap<K,V>newEmpty in interface ImmutableListMultimap<K,V>newEmpty in interface ListMultimap<K,V>newEmpty in interface Multimap<K,V>newEmpty in interface OrderedIterableMultimap<K,V>newEmpty in interface ReversibleIterableMultimap<K,V>public MutableListMultimap<K,V> toMutable()
public ImmutableListMultimap<K,V> toImmutable()
toImmutable in interface ListMultimap<K,V>toImmutable in interface Multimap<K,V>toImmutable in class AbstractImmutableMultimap<K,V,ImmutableList<V>>public ImmutableListMultimap<K,V> newWith(K key, V value)
newWith in interface ImmutableMultimap<K,V>newWith in interface ImmutableListMultimap<K,V>public ImmutableListMultimap<K,V> newWithout(Object key, Object value)
newWithout in interface ImmutableMultimap<K,V>newWithout in interface ImmutableListMultimap<K,V>public ImmutableListMultimap<K,V> newWithAll(K key, Iterable<? extends V> values)
newWithAll in interface ImmutableMultimap<K,V>newWithAll in interface ImmutableListMultimap<K,V>public ImmutableListMultimap<K,V> newWithoutAll(Object key)
newWithoutAll in interface ImmutableMultimap<K,V>newWithoutAll in interface ImmutableListMultimap<K,V>public ImmutableBagMultimap<V,K> flip()
public ImmutableListMultimap<K,V> selectKeysValues(Predicate2<? super K,? super V> predicate)
selectKeysValues in interface ImmutableMultimap<K,V>selectKeysValues in interface ImmutableListMultimap<K,V>selectKeysValues in interface ListMultimap<K,V>selectKeysValues in interface Multimap<K,V>selectKeysValues in interface OrderedIterableMultimap<K,V>selectKeysValues in interface ReversibleIterableMultimap<K,V>public ImmutableListMultimap<K,V> rejectKeysValues(Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface ImmutableMultimap<K,V>rejectKeysValues in interface ImmutableListMultimap<K,V>rejectKeysValues in interface ListMultimap<K,V>rejectKeysValues in interface Multimap<K,V>rejectKeysValues in interface OrderedIterableMultimap<K,V>rejectKeysValues in interface ReversibleIterableMultimap<K,V>public ImmutableListMultimap<K,V> selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
selectKeysMultiValues in interface ImmutableMultimap<K,V>selectKeysMultiValues in interface ImmutableListMultimap<K,V>selectKeysMultiValues in interface ListMultimap<K,V>selectKeysMultiValues in interface Multimap<K,V>selectKeysMultiValues in interface OrderedIterableMultimap<K,V>selectKeysMultiValues in interface ReversibleIterableMultimap<K,V>public ImmutableListMultimap<K,V> rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
rejectKeysMultiValues in interface ImmutableMultimap<K,V>rejectKeysMultiValues in interface ImmutableListMultimap<K,V>rejectKeysMultiValues in interface ListMultimap<K,V>rejectKeysMultiValues in interface Multimap<K,V>rejectKeysMultiValues in interface OrderedIterableMultimap<K,V>rejectKeysMultiValues in interface ReversibleIterableMultimap<K,V>public <K2,V2> ImmutableBagMultimap<K2,V2> collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
collectKeysValues in interface ImmutableMultimap<K,V>collectKeysValues in interface ImmutableListMultimap<K,V>collectKeysValues in interface ListMultimap<K,V>collectKeysValues in interface Multimap<K,V>collectKeysValues in interface OrderedIterableMultimap<K,V>public <K2,V2> ImmutableBagMultimap<K2,V2> collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
collectKeyMultiValues in interface ImmutableMultimap<K,V>collectKeyMultiValues in interface ImmutableListMultimap<K,V>collectKeyMultiValues in interface ListMultimap<K,V>collectKeyMultiValues in interface Multimap<K,V>collectKeyMultiValues in interface OrderedIterableMultimap<K,V>public <V2> ImmutableListMultimap<K,V2> collectValues(Function<? super V,? extends V2> function)
collectValues in interface ImmutableMultimap<K,V>collectValues in interface ImmutableListMultimap<K,V>collectValues in interface ListMultimap<K,V>collectValues in interface Multimap<K,V>collectValues in interface OrderedIterableMultimap<K,V>collectValues in interface ReversibleIterableMultimap<K,V>Copyright © 2004–2022. All rights reserved.