Uses of Interface
org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap
Packages that use MutableBagIterableMultimap
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
BagMultimap
.This package contains interfaces for
SetMultimap
.This package contains interfaces for
SortedBagMultimap
.This package contains implementations of the
BagMultimap
interface.-
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableBagIterableMultimapModifier and TypeMethodDescription<V> MutableBagIterableMultimap<V,
T> <V> MutableBagIterableMultimap<V,
T> MutableBagIterable.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.bag
Subinterfaces of MutableBagIterableMultimap in org.eclipse.collections.api.multimap.bagMethods in org.eclipse.collections.api.multimap.bag that return MutableBagIterableMultimapModifier and TypeMethodDescriptionMutableBagIterableMultimap.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.flip()
MutableBagIterableMultimap.newEmpty()
MutableBagIterableMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableBagIterableMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) MutableBagIterableMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) 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 MutableBagIterableMultimapModifier and TypeMethodDescription<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 -
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement MutableBagIterableMultimapModifier and TypeClassDescriptionclass
final class
HashBagMultimap<K,
V> final class
class
final class
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.final 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 -
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 -
Uses of MutableBagIterableMultimap in org.eclipse.collections.impl.multimap.bag.strategy
Classes in org.eclipse.collections.impl.multimap.bag.strategy that implement MutableBagIterableMultimap