Uses of Interface
org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap
-
Packages that use MutableBagIterableMultimap Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap
.org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap
.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap
.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimap
interface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.bag.strategy -
-
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableBagIterableMultimap Modifier and Type Method Description <V> MutableBagIterableMultimap<V,T>
MutableBagIterable. groupBy(Function<? super T,? extends V> function)
<V> MutableBagIterableMultimap<V,T>
MutableBagIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.bag
Subinterfaces of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.bag Modifier and Type Interface Description interface
MutableBagMultimap<K,V>
Methods in org.eclipse.collections.api.multimap.bag that return MutableBagIterableMultimap Modifier and Type Method Description MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. asSynchronized()
<K2,V2>
MutableBagIterableMultimap<K2,V2>MutableBagIterableMultimap. collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
<K2,V2>
MutableBagIterableMultimap<K2,V2>MutableBagIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
MutableBagIterableMultimap<V,K>
MutableBagIterableMultimap. flip()
MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. newEmpty()
MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
default MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. withKeyMultiValues(K key, V... values)
default MutableBagIterableMultimap<K,V>
MutableBagIterableMultimap. withKeyValue(K key, V value)
Puts the key / value combination into the MutableBagIterableMultimap and returns the MutableBagIterableMultimap (this). -
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return MutableBagIterableMultimap Modifier and Type Method Description <K2,V2>
MutableBagIterableMultimap<K2,V2>MutableSetIterableMultimap. collectKeyMultiValues(Function<? super K,? extends K2> keyFunction, Function<? super V,? extends V2> valueFunction)
<K2,V2>
MutableBagIterableMultimap<K2,V2>MutableSetIterableMultimap. collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function)
-
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.sortedbag Modifier and Type Interface Description interface
MutableSortedBagMultimap<K,V>
-
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement MutableBagIterableMultimap Modifier and Type Class Description class
AbstractMutableBagMultimap<K,V>
class
HashBagMultimap<K,V>
class
MultiReaderHashBagMultimap<K,V>
class
SynchronizedBagMultimap<K,V>
class
SynchronizedPutHashBagMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.class
TreeBagMultimap<K,V>
Deprecated.in 5.0. -
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement MutableBagIterableMultimap Modifier and Type Class Description class
TreeBagMultimap<K,V>
Deprecated.in 7.0. -
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.mutable that implement MutableBagIterableMultimap Modifier and Type Class Description class
SynchronizedSortedBagMultimap<K,V>
class
TreeBagMultimap<K,V>
-
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag.strategy
Classes in org.eclipse.collections.impl.multimap.bag.strategy that implement MutableBagIterableMultimap Modifier and Type Class Description class
HashBagMultimapWithHashingStrategy<K,V>
-