public final class ImmutableBagMultimapImpl<K,V> extends AbstractImmutableMultimap<K,V,ImmutableBag<V>> implements ImmutableBagMultimap<K,V>, Serializable
| Constructor and Description |
|---|
ImmutableBagMultimapImpl(ImmutableMap<K,ImmutableBag<V>> map) |
ImmutableBagMultimapImpl(MutableMap<K,ImmutableBag<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 ImmutableBagMultimapImpl(MutableMap<K,ImmutableBag<V>> map)
public ImmutableBagMultimapImpl(ImmutableMap<K,ImmutableBag<V>> map)
public void forEachKeyImmutableBag(Procedure2<? super K,? super ImmutableBag<V>> procedure)
forEachKeyImmutableBag in interface ImmutableBagMultimap<K,V>public ImmutableBagMultimap<K,V> newEmpty()
newEmpty in interface BagMultimap<K,V>newEmpty in interface ImmutableBagIterableMultimap<K,V>newEmpty in interface ImmutableBagMultimap<K,V>newEmpty in interface UnsortedBagMultimap<K,V>newEmpty in interface ImmutableMultimap<K,V>newEmpty in interface Multimap<K,V>public MutableBagMultimap<K,V> toMutable()
public ImmutableBagMultimap<K,V> toImmutable()
toImmutable in interface UnsortedBagMultimap<K,V>toImmutable in interface Multimap<K,V>toImmutable in class AbstractImmutableMultimap<K,V,ImmutableBag<V>>public ImmutableBagMultimap<K,V> newWith(K key, V value)
newWith in interface ImmutableBagIterableMultimap<K,V>newWith in interface ImmutableBagMultimap<K,V>newWith in interface ImmutableMultimap<K,V>public ImmutableBagMultimap<K,V> newWithout(Object key, Object value)
newWithout in interface ImmutableBagIterableMultimap<K,V>newWithout in interface ImmutableBagMultimap<K,V>newWithout in interface ImmutableMultimap<K,V>public ImmutableBagMultimap<K,V> newWithAll(K key, Iterable<? extends V> values)
newWithAll in interface ImmutableBagIterableMultimap<K,V>newWithAll in interface ImmutableBagMultimap<K,V>newWithAll in interface ImmutableMultimap<K,V>public ImmutableBagMultimap<K,V> newWithoutAll(Object key)
newWithoutAll in interface ImmutableBagIterableMultimap<K,V>newWithoutAll in interface ImmutableBagMultimap<K,V>newWithoutAll in interface ImmutableMultimap<K,V>public ImmutableBagMultimap<V,K> flip()
flip in interface BagMultimap<K,V>flip in interface ImmutableBagIterableMultimap<K,V>flip in interface ImmutableBagMultimap<K,V>flip in interface ImmutableMultimap<K,V>flip in interface Multimap<K,V>public ImmutableBagMultimap<K,V> selectKeysValues(Predicate2<? super K,? super V> predicate)
selectKeysValues in interface BagMultimap<K,V>selectKeysValues in interface ImmutableBagIterableMultimap<K,V>selectKeysValues in interface ImmutableBagMultimap<K,V>selectKeysValues in interface UnsortedBagMultimap<K,V>selectKeysValues in interface ImmutableMultimap<K,V>selectKeysValues in interface Multimap<K,V>public ImmutableBagMultimap<K,V> rejectKeysValues(Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface BagMultimap<K,V>rejectKeysValues in interface ImmutableBagIterableMultimap<K,V>rejectKeysValues in interface ImmutableBagMultimap<K,V>rejectKeysValues in interface UnsortedBagMultimap<K,V>rejectKeysValues in interface ImmutableMultimap<K,V>rejectKeysValues in interface Multimap<K,V>public ImmutableBagMultimap<K,V> selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
selectKeysMultiValues in interface BagMultimap<K,V>selectKeysMultiValues in interface ImmutableBagIterableMultimap<K,V>selectKeysMultiValues in interface ImmutableBagMultimap<K,V>selectKeysMultiValues in interface UnsortedBagMultimap<K,V>selectKeysMultiValues in interface ImmutableMultimap<K,V>selectKeysMultiValues in interface Multimap<K,V>public ImmutableBagMultimap<K,V> rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
rejectKeysMultiValues in interface BagMultimap<K,V>rejectKeysMultiValues in interface ImmutableBagIterableMultimap<K,V>rejectKeysMultiValues in interface ImmutableBagMultimap<K,V>rejectKeysMultiValues in interface UnsortedBagMultimap<K,V>rejectKeysMultiValues in interface ImmutableMultimap<K,V>rejectKeysMultiValues in interface Multimap<K,V>public <K2,V2> ImmutableBagMultimap<K2,V2> collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
collectKeysValues in interface ImmutableBagIterableMultimap<K,V>collectKeysValues in interface ImmutableBagMultimap<K,V>collectKeysValues in interface UnsortedBagMultimap<K,V>collectKeysValues in interface ImmutableMultimap<K,V>collectKeysValues in interface Multimap<K,V>public <K2,V2> ImmutableBagMultimap<K2,V2> collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
collectKeyMultiValues in interface ImmutableBagIterableMultimap<K,V>collectKeyMultiValues in interface ImmutableBagMultimap<K,V>collectKeyMultiValues in interface UnsortedBagMultimap<K,V>collectKeyMultiValues in interface ImmutableMultimap<K,V>collectKeyMultiValues in interface Multimap<K,V>public <V2> ImmutableBagMultimap<K,V2> collectValues(Function<? super V,? extends V2> function)
collectValues in interface ImmutableBagIterableMultimap<K,V>collectValues in interface ImmutableBagMultimap<K,V>collectValues in interface UnsortedBagMultimap<K,V>collectValues in interface ImmutableMultimap<K,V>collectValues in interface Multimap<K,V>Copyright © 2004–2022. All rights reserved.