Uses of Interface
org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap
Packages that use UnsortedBagMultimap
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
BagMultimap.This package contains interfaces for
ListMultimap.This package contains interfaces for
SetMultimap.This package contains implementations of the
BagMultimap interface.-
Uses of UnsortedBagMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return UnsortedBagMultimapModifier and TypeMethodDescription<V> UnsortedBagMultimap<V, T> <V> UnsortedBagMultimap<V, T> <V> UnsortedBagMultimap<V, T> ParallelUnsortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> UnsortedBagMultimap<V, T> UnsortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagMultimap in org.eclipse.collections.api.multimap.bag
Subinterfaces of UnsortedBagMultimap in org.eclipse.collections.api.multimap.bagModifier and TypeInterfaceDescriptioninterfaceImmutableBagMultimap<K,V> interfaceMutableBagMultimap<K,V> Methods in org.eclipse.collections.api.multimap.bag that return UnsortedBagMultimapModifier and TypeMethodDescription<K2,V2> UnsortedBagMultimap <K2, V2> UnsortedBagMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> UnsortedBagMultimap <K2, V2> UnsortedBagMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function) <V2> UnsortedBagMultimap<K, V2> UnsortedBagMultimap.collectValues(Function<? super V, ? extends V2> function) UnsortedBagMultimap.newEmpty()UnsortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) UnsortedBagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) UnsortedBagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) UnsortedBagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of UnsortedBagMultimap in org.eclipse.collections.api.multimap.list
Methods in org.eclipse.collections.api.multimap.list that return UnsortedBagMultimap -
Uses of UnsortedBagMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return UnsortedBagMultimapModifier and TypeMethodDescription<K2,V2> UnsortedBagMultimap <K2, V2> UnsortedSetMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> UnsortedBagMultimap <K2, V2> UnsortedSetMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function) <V2> UnsortedBagMultimap<K, V2> UnsortedSetMultimap.collectValues(Function<? super V, ? extends V2> function) -
Uses of UnsortedBagMultimap in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return UnsortedBagMultimapModifier and TypeMethodDescription<V> UnsortedBagMultimap<V, T> <V> UnsortedBagMultimap<V, T> AbstractParallelIterableImpl.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagMultimap in org.eclipse.collections.impl.lazy.parallel.bag
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return UnsortedBagMultimapModifier and TypeMethodDescription<V> UnsortedBagMultimap<V, T> <V> UnsortedBagMultimap<V, T> <V> UnsortedBagMultimap<V, T> AbstractParallelUnsortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> UnsortedBagMultimap<V, T> NonParallelUnsortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of UnsortedBagMultimap in org.eclipse.collections.impl.lazy.parallel.set
Methods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedBagMultimapModifier and TypeMethodDescription<V1> UnsortedBagMultimap<V1, V> <V1> UnsortedBagMultimap<V1, V> <V1> UnsortedBagMultimap<V1, V> ParallelCollectIterable.groupByEach(Function<? super V, ? extends Iterable<V1>> function) <V1> UnsortedBagMultimap<V1, V> ParallelFlatCollectIterable.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of UnsortedBagMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement UnsortedBagMultimapModifier and TypeClassDescriptionclassfinal classHashBagMultimap<K,V> final classThe default ImmutableBagMultimap implementation.final classclassfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads. -
Uses of UnsortedBagMultimap in org.eclipse.collections.impl.multimap.bag.strategy
Classes in org.eclipse.collections.impl.multimap.bag.strategy that implement UnsortedBagMultimap