Uses of Interface
org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap
Packages that use SortedSetMultimap
Package
Description
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
SortedSetMultimap.This package contains interfaces for sorted set API.
-
Uses of SortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return SortedSetMultimap -
Uses of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedsetModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.eclipse.collections.api.multimap.sortedset that return SortedSetMultimapModifier and TypeMethodDescriptionSortedSetMultimap.newEmpty()SortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of SortedSetMultimap in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return SortedSetMultimapModifier and TypeMethodDescription<V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> ParallelSortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> SortedSetMultimap<V,T> SortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function)