Uses of Class
org.eclipse.collections.impl.multimap.bag.HashBagMultimap
Packages that use HashBagMultimap
Package
Description
This package contains implementations of the
MutableBag
interface.This package contains implementations of the
BagMultimap
interface.This package contains implementations of the
ListMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of HashBagMultimap in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return HashBagMultimapModifier and TypeMethodDescription<V> HashBagMultimap
<V, T> <V> HashBagMultimap
<V, T> AbstractHashBag.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of HashBagMultimap in org.eclipse.collections.impl.multimap.bag
Methods in org.eclipse.collections.impl.multimap.bag that return HashBagMultimapModifier and TypeMethodDescription<K2,
V2> HashBagMultimap <K2, V2> AbstractMutableBagMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) Deprecated.<K2,
V2> HashBagMultimap <K2, V2> AbstractMutableBagMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) <K2,
V2> HashBagMultimap <K2, V2> SynchronizedPutHashBagMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) <K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) Deprecated.<V2> HashBagMultimap
<K, V2> HashBagMultimap.collectValues
(Function<? super V, ? extends V2> function) <V2> HashBagMultimap
<K, V2> SynchronizedPutHashBagMultimap.collectValues
(Function<? super V, ? extends V2> function) HashBagMultimap.newEmpty()
static <K,
V> HashBagMultimap <K, V> HashBagMultimap.newMultimap()
static <K,
V> HashBagMultimap <K, V> HashBagMultimap.newMultimap
(Iterable<Pair<K, V>> inputIterable) static <K,
V> HashBagMultimap <K, V> HashBagMultimap.newMultimap
(Multimap<? extends K, ? extends V> multimap) static <K,
V> HashBagMultimap <K, V> HashBagMultimap.newMultimap
(Pair<K, V>... pairs) HashBagMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutHashBagMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) HashBagMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) SynchronizedPutHashBagMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) HashBagMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SynchronizedPutHashBagMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) HashBagMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) SynchronizedPutHashBagMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) -
Uses of HashBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Methods in org.eclipse.collections.impl.multimap.bag.sorted that return HashBagMultimapModifier and TypeMethodDescription<K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) Deprecated.<K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) Deprecated. -
Uses of HashBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Methods in org.eclipse.collections.impl.multimap.bag.sorted.mutable that return HashBagMultimapModifier and TypeMethodDescription<K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> TreeBagMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of HashBagMultimap in org.eclipse.collections.impl.multimap.list
Methods in org.eclipse.collections.impl.multimap.list that return HashBagMultimapModifier and TypeMethodDescription<K2,
V2> HashBagMultimap <K2, V2> AbstractMutableListMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> SynchronizedPutFastListMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> AbstractMutableListMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) <K2,
V2> HashBagMultimap <K2, V2> SynchronizedPutFastListMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of HashBagMultimap in org.eclipse.collections.impl.multimap.set.sorted
Methods in org.eclipse.collections.impl.multimap.set.sorted that return HashBagMultimapModifier and TypeMethodDescription<K2,
V2> HashBagMultimap <K2, V2> SynchronizedPutTreeSortedSetMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> TreeSortedSetMultimap.collectKeyMultiValues
(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,
V2> HashBagMultimap <K2, V2> SynchronizedPutTreeSortedSetMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) <K2,
V2> HashBagMultimap <K2, V2> TreeSortedSetMultimap.collectKeysValues
(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of HashBagMultimap in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return HashBagMultimapModifier and TypeMethodDescriptionstatic <K,
V> HashBagMultimap <V, K> Iterate.flip
(BagMultimap<K, V> bagMultimap) Flip the keys and values of the multimap.static <K,
V> HashBagMultimap <V, K> Iterate.flip
(ListMultimap<K, V> listMultimap) Flip the keys and values of the multimap.