Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap
Packages that use SortedBagMultimap
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedBagMultimap.-
Uses of SortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return SortedBagMultimapModifier and TypeMethodDescription<V> SortedBagMultimap<V,T> <V> SortedBagMultimap<V,T> <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.sortedbagModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.eclipse.collections.api.multimap.sortedbag that return SortedBagMultimapModifier and TypeMethodDescriptionSortedBagMultimap.newEmpty()SortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedBagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SortedBagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedBagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate)