Uses of Interface
org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
Packages that use ImmutableSortedSetMultimap
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 ImmutableSortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableSortedSetMultimap -
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return ImmutableSortedSetMultimapModifier and TypeMethodDescriptionImmutableSortedSetMultimap.newEmpty()ImmutableSortedSetMultimap.newWithAll(K key, Iterable<? extends V> values) ImmutableSortedSetMultimap.newWithout(Object key, Object value) ImmutableSortedSetMultimap.newWithoutAll(Object key) ImmutableSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) ImmutableSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) SortedSetMultimap.toImmutable() -
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableSortedSetMultimapModifier and TypeMethodDescription<V> ImmutableSortedSetMultimap<V,T> <V> ImmutableSortedSetMultimap<V,T> ImmutableSortedSet.groupByEach(Function<? super T, ? extends Iterable<V>> function)