Uses of Interface
org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap
-
Packages that use UnsortedBagMultimap Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.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.set This package contains interfaces forSetMultimap. -
-
Uses of UnsortedBagMultimap in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return UnsortedBagMultimap Modifier and Type Method Description <V> UnsortedBagMultimap<V,T>ParallelUnsortedBag. groupBy(Function<? super T,? extends V> function)<V> UnsortedBagMultimap<V,T>UnsortedBag. groupBy(Function<? super T,? extends V> function)<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.bag Modifier and Type Interface Description interfaceImmutableBagMultimap<K,V>interfaceMutableBagMultimap<K,V>Methods in org.eclipse.collections.api.multimap.bag that return UnsortedBagMultimap Modifier and Type Method Description <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<K,V>UnsortedBagMultimap. newEmpty()UnsortedBagMultimap<K,V>UnsortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)UnsortedBagMultimap<K,V>UnsortedBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)UnsortedBagMultimap<K,V>UnsortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)UnsortedBagMultimap<K,V>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 Modifier and Type Method Description UnsortedBagMultimap<V,K>ListMultimap. flip() -
Uses of UnsortedBagMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return UnsortedBagMultimap Modifier and Type Method Description <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)
-