Uses of Interface
org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap
-
Packages that use SortedSetMultimap Package Description org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.set.sorted 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 Modifier and Type Method Description SortedSetMultimap<V,K>SortedMapIterable. flip() -
Uses of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset Modifier and Type Interface Description interfaceImmutableSortedSetMultimap<K,V>interfaceMutableSortedSetMultimap<K,V>Methods in org.eclipse.collections.api.multimap.sortedset that return SortedSetMultimap Modifier and Type Method Description SortedSetMultimap<K,V>SortedSetMultimap. newEmpty()SortedSetMultimap<K,V>SortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedSetMultimap<K,V>SortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)SortedSetMultimap<K,V>SortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedSetMultimap<K,V>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 SortedSetMultimap Modifier and Type Method Description <V> SortedSetMultimap<V,T>ParallelSortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>SortedSetIterable. groupBy(Function<? super T,? extends V> function)<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)
-