Uses of Interface
org.eclipse.collections.api.multimap.bag.BagMultimap
Packages that use BagMultimap
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for
BagMultimap.This package contains interfaces for
ListMultimap.This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
SortedSetMultimap.-
Uses of BagMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return BagMultimapModifier and TypeMethodDescription<V> BagMultimap<V,T> <V> BagMultimap<V,T> <V> BagMultimap<V,T> Bag.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> BagMultimap<V,T> ParallelBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of BagMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return BagMultimapModifier and TypeMethodDescription<V1> BagMultimap<V1,V> <V1> BagMultimap<V1,V> UnsortedMapIterable.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of BagMultimap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return BagMultimapModifier and TypeMethodDescription<VV> BagMultimap<VV,V> <VV> BagMultimap<VV,V> PrimitiveObjectMap.groupByEach(Function<? super V, ? extends Iterable<VV>> function) -
Uses of BagMultimap in org.eclipse.collections.api.multimap.bag
Subinterfaces of BagMultimap in org.eclipse.collections.api.multimap.bagModifier and TypeInterfaceDescriptioninterfaceinterfaceImmutableBagMultimap<K,V> interfaceinterfaceMutableBagMultimap<K,V> interfaceUnsortedBagMultimap<K,V> Methods in org.eclipse.collections.api.multimap.bag that return BagMultimapModifier and TypeMethodDescriptionBagMultimap.flip()BagMultimap.newEmpty()BagMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) BagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) BagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) BagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of BagMultimap in org.eclipse.collections.api.multimap.list
Methods in org.eclipse.collections.api.multimap.list that return BagMultimapModifier and TypeMethodDescription<K2,V2> BagMultimap<K2, V2> ListMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> BagMultimap<K2, V2> ListMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of BagMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return BagMultimapModifier and TypeMethodDescription<K2,V2> BagMultimap<K2, V2> OrderedIterableMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> BagMultimap<K2, V2> OrderedIterableMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of BagMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of BagMultimap in org.eclipse.collections.api.multimap.sortedbagMethods in org.eclipse.collections.api.multimap.sortedbag that return BagMultimapModifier and TypeMethodDescription<K2,V2> BagMultimap<K2, V2> SortedBagMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> BagMultimap<K2, V2> SortedBagMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function) -
Uses of BagMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return BagMultimapModifier and TypeMethodDescription<K2,V2> BagMultimap<K2, V2> SortedSetMultimap.collectKeyMultiValues(Function<? super K, ? extends K2> keyFunction, Function<? super V, ? extends V2> valueFunction) <K2,V2> BagMultimap<K2, V2> SortedSetMultimap.collectKeysValues(Function2<? super K, ? super V, Pair<K2, V2>> function)