Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap
-
Packages that use SortedBagMultimap Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap. -
-
Uses of SortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return SortedBagMultimap Modifier and Type Method Description <V> SortedBagMultimap<V,T>ParallelSortedBag. groupBy(Function<? super T,? extends V> function)<V> SortedBagMultimap<V,T>SortedBag. groupBy(Function<? super T,? extends V> function)<V> SortedBagMultimap<V,T>ParallelSortedBag. groupByEach(Function<? super T,? extends Iterable<V>> function)<V> SortedBagMultimap<V,T>SortedBag. groupByEach(Function<? super T,? extends Iterable<V>> function) -
Uses of SortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of SortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag Modifier and Type Interface Description interfaceImmutableSortedBagMultimap<K,V>interfaceMutableSortedBagMultimap<K,V>Methods in org.eclipse.collections.api.multimap.sortedbag that return SortedBagMultimap Modifier and Type Method Description SortedBagMultimap<K,V>SortedBagMultimap. newEmpty()SortedBagMultimap<K,V>SortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedBagMultimap<K,V>SortedBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)SortedBagMultimap<K,V>SortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedBagMultimap<K,V>SortedBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
-