Uses of Interface
org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap
Packages that use SortedIterableMultimap
Package
Description
This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
SortedSetMultimap.-
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return SortedIterableMultimapModifier and TypeMethodDescriptionSortedIterableMultimap.newEmpty()SortedIterableMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedIterableMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SortedIterableMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedIterableMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag -
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of SortedIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return SortedIterableMultimapModifier and TypeMethodDescription<V> SortedIterableMultimap<V,T> <V> SortedIterableMultimap<V,T> SortedIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function)