Uses of Interface
org.eclipse.collections.api.multimap.bag.BagMultimap
-
Packages that use BagMultimap Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap. -
-
Uses of BagMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return BagMultimap Modifier and Type Method Description <V> BagMultimap<V,T>Bag. groupBy(Function<? super T,? extends V> function)<V> BagMultimap<V,T>ParallelBag. groupBy(Function<? super T,? extends V> function)<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 BagMultimap Modifier and Type Method Description <V1> BagMultimap<V1,V>UnsortedMapIterable. groupBy(Function<? super V,? extends V1> function)<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 BagMultimap Modifier and Type Method Description <VV> BagMultimap<VV,V>PrimitiveObjectMap. groupBy(Function<? super V,? extends VV> function)<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.bag Modifier and Type Interface Description interfaceImmutableBagIterableMultimap<K,V>interfaceImmutableBagMultimap<K,V>interfaceMutableBagIterableMultimap<K,V>interfaceMutableBagMultimap<K,V>interfaceUnsortedBagMultimap<K,V>Methods in org.eclipse.collections.api.multimap.bag that return BagMultimap Modifier and Type Method Description BagMultimap<V,K>BagMultimap. flip()BagMultimap<K,V>BagMultimap. newEmpty()BagMultimap<K,V>BagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)BagMultimap<K,V>BagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)BagMultimap<K,V>BagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)BagMultimap<K,V>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 BagMultimap Modifier and Type Method Description <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 BagMultimap Modifier and Type Method Description <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.sortedbag Modifier and Type Interface Description interfaceImmutableSortedBagMultimap<K,V>interfaceMutableSortedBagMultimap<K,V>interfaceSortedBagMultimap<K,V>Methods in org.eclipse.collections.api.multimap.sortedbag that return BagMultimap Modifier and Type Method Description <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 BagMultimap Modifier and Type Method Description <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)
-