Uses of Interface
org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap
-
Packages that use SortedIterableMultimap Package Description 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.org.eclipse.collections.api.ordered -
-
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return SortedIterableMultimap Modifier and Type Method Description SortedIterableMultimap<K,V>SortedIterableMultimap. newEmpty()SortedIterableMultimap<K,V>SortedIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedIterableMultimap<K,V>SortedIterableMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)SortedIterableMultimap<K,V>SortedIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedIterableMultimap<K,V>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 Modifier and Type Interface Description interfaceImmutableSortedBagMultimap<K,V>interfaceMutableSortedBagMultimap<K,V>interfaceSortedBagMultimap<K,V> -
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset Modifier and Type Interface Description interfaceImmutableSortedSetMultimap<K,V>interfaceMutableSortedSetMultimap<K,V>interfaceSortedSetMultimap<K,V> -
Uses of SortedIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return SortedIterableMultimap Modifier and Type Method Description <V> SortedIterableMultimap<V,T>SortedIterable. groupBy(Function<? super T,? extends V> function)<V> SortedIterableMultimap<V,T>SortedIterable. groupByEach(Function<? super T,? extends Iterable<V>> function)
-