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.
This package contains static utilities for creating mutable and immutable collection factories.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains implementations of
ImmutableSortedSet
.-
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) -
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return ImmutableSortedSetMultimapModifier and TypeMethodDescription<K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.of
(Comparator<? super V> comparator) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.of
(Comparator<? super V> comparator, K key, V value) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.of
(Comparator<? super V> comparator, K key1, V value1, K key2, V value2) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.of
(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.with
(Comparator<? super V> comparator) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.with
(Comparator<? super V> comparator, K key, V value) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.with
(Comparator<? super V> comparator, K key1, V value1, K key2, V value2) <K,
V> ImmutableSortedSetMultimap <K, V> Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory.with
(Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3) -
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableSortedSetMultimap -
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement ImmutableSortedSetMultimapModifier and TypeClassDescriptionfinal class
The default ImmutableSortedSetMultimap implementation.Methods in org.eclipse.collections.impl.multimap.set.sorted that return ImmutableSortedSetMultimapModifier and TypeMethodDescriptionImmutableSortedSetMultimapImpl.newEmpty()
ImmutableSortedSetMultimapImpl.newWithAll
(K key, Iterable<? extends V> values) ImmutableSortedSetMultimapImpl.newWithout
(Object key, Object value) ImmutableSortedSetMultimapImpl.newWithoutAll
(Object key) ImmutableSortedSetMultimapImpl.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedSetMultimapImpl.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) ImmutableSortedSetMultimapImpl.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedSetMultimapImpl.selectKeysValues
(Predicate2<? super K, ? super V> predicate) ImmutableSortedSetMultimapImpl.toImmutable()
SynchronizedPutTreeSortedSetMultimap.toImmutable()
SynchronizedSortedSetMultimap.toImmutable()
TreeSortedSetMultimap.toImmutable()
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableSortedSetMultimapModifier and TypeMethodDescription<V> ImmutableSortedSetMultimap
<V, T> <V> ImmutableSortedSetMultimap
<V, T> ImmutableTreeSet.SortedSetIterableParallelIterable.groupBy
(Function<? super T, ? extends V> function) <V> ImmutableSortedSetMultimap
<V, T> AbstractImmutableSortedSet.groupByEach
(Function<? super T, ? extends Iterable<V>> function) <V> ImmutableSortedSetMultimap
<V, T> ImmutableTreeSet.SortedSetIterableParallelIterable.groupByEach
(Function<? super T, ? extends Iterable<V>> function)