Uses of Class
org.eclipse.collections.impl.multimap.bag.HashBagMultimap
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| org.eclipse.collections.impl.multimap.bag.sorted | |
| org.eclipse.collections.impl.multimap.bag.sorted.mutable | |
| org.eclipse.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
| org.eclipse.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| org.eclipse.collections.impl.utility |
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 HashBagMultimap Modifier and Type Method Description <V> HashBagMultimap<V,T>AbstractHashBag. groupBy(Function<? super T,? extends V> function)<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 HashBagMultimap Modifier and Type Method Description <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<K,V>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<K,V>HashBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)HashBagMultimap<K,V>SynchronizedPutHashBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)HashBagMultimap<K,V>HashBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)HashBagMultimap<K,V>SynchronizedPutHashBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)HashBagMultimap<K,V>HashBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)HashBagMultimap<K,V>SynchronizedPutHashBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate)HashBagMultimap<K,V>HashBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)HashBagMultimap<K,V>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 HashBagMultimap Modifier and Type Method Description <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 HashBagMultimap Modifier and Type Method Description <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 HashBagMultimap Modifier and Type Method Description <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 HashBagMultimap Modifier and Type Method Description <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 HashBagMultimap Modifier and Type Method Description static <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.