Uses of Interface
org.eclipse.collections.api.multimap.sortedset.ImmutableSortedSetMultimap
-
Packages that use ImmutableSortedSetMultimap 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.org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimap
interface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableSortedSetMultimap Modifier and Type Method Description ImmutableSortedSetMultimap<V,K>
ImmutableSortedMap. flip()
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return ImmutableSortedSetMultimap Modifier and Type Method Description ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. newEmpty()
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. newWith(K key, V value)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. newWithAll(K key, java.lang.Iterable<? extends V> values)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. newWithout(java.lang.Object key, java.lang.Object value)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. newWithoutAll(java.lang.Object key)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedSetMultimap<K,V>
SortedSetMultimap. toImmutable()
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableSortedSetMultimap Modifier and Type Method Description <V> ImmutableSortedSetMultimap<V,T>
ImmutableSortedSet. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedSetMultimap<V,T>
ImmutableSortedSet. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return ImmutableSortedSetMultimap Modifier and Type Method Description <K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. of(java.util.Comparator<? super V> comparator)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. of(java.util.Comparator<? super V> comparator, K key, V value)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. of(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. of(java.util.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(java.util.Comparator<? super V> comparator)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. with(java.util.Comparator<? super V> comparator, K key, V value)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. with(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedSetMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedSetMultimapFactory. with(java.util.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 Modifier and Type Method Description ImmutableSortedSetMultimap<V,K>
AbstractImmutableSortedMap. flip()
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement ImmutableSortedSetMultimap Modifier and Type Class Description class
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.Methods in org.eclipse.collections.impl.multimap.set.sorted that return ImmutableSortedSetMultimap Modifier and Type Method Description ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. newEmpty()
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. newWith(K key, V value)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. newWithAll(K key, java.lang.Iterable<? extends V> values)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. newWithout(java.lang.Object key, java.lang.Object value)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. newWithoutAll(java.lang.Object key)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. rejectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. selectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. toImmutable()
ImmutableSortedSetMultimap<K,V>
SynchronizedPutTreeSortedSetMultimap. toImmutable()
ImmutableSortedSetMultimap<K,V>
SynchronizedSortedSetMultimap. toImmutable()
ImmutableSortedSetMultimap<K,V>
TreeSortedSetMultimap. toImmutable()
-
Uses of ImmutableSortedSetMultimap in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableSortedSetMultimap Modifier and Type Method Description <V> ImmutableSortedSetMultimap<V,T>
AbstractImmutableSortedSet. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedSetMultimap<V,T>
ImmutableTreeSet.SortedSetIterableParallelIterable. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedSetMultimap<V,T>
AbstractImmutableSortedSet. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ImmutableSortedSetMultimap<V,T>
ImmutableTreeSet.SortedSetIterableParallelIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-