Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap
-
Packages that use ImmutableSortedBagMultimap Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap
.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimap
interface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable -
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableSortedBagMultimap Modifier and Type Method Description <V> ImmutableSortedBagMultimap<V,T>
ImmutableSortedBag. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedBagMultimap<V,T>
ImmutableSortedBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. newEmpty()
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. newWith(K key, V value)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. newWithAll(K key, java.lang.Iterable<? extends V> values)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. newWithout(java.lang.Object key, java.lang.Object value)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. newWithoutAll(java.lang.Object key)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedBagMultimap<K,V>
SortedBagMultimap. toImmutable()
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableSortedBagMultimap Modifier and Type Method Description <V> ImmutableSortedBagMultimap<V,T>
AbstractImmutableSortedBag. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedBagMultimap<V,T>
ImmutableEmptySortedBag. groupBy(Function<? super T,? extends V> function)
<V> ImmutableSortedBagMultimap<V,T>
AbstractImmutableSortedBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ImmutableSortedBagMultimap<V,T>
ImmutableEmptySortedBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return ImmutableSortedBagMultimap Modifier and Type Method Description <K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of()
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(java.util.Comparator<? super V> comparator)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(java.util.Comparator<? super V> comparator, K key, V value)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(K key, V value)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. of(K key1, V value1, K key2, V value2, K key3, V value3)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with()
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(java.util.Comparator<? super V> comparator)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(java.util.Comparator<? super V> comparator, K key, V value)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(java.util.Comparator<? super V> comparator, K key1, V value1, K key2, V value2, K key3, V value3)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(K key, V value)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(K key1, V value1, K key2, V value2)
<K,V>
ImmutableSortedBagMultimap<K,V>Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory. with(K key1, V value1, K key2, V value2, K key3, V value3)
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.multimap.bag
Methods in org.eclipse.collections.impl.multimap.bag that return ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
TreeBagMultimap. toImmutable()
Deprecated. -
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Methods in org.eclipse.collections.impl.multimap.bag.sorted that return ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
TreeBagMultimap. toImmutable()
Deprecated. -
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.immutable that implement ImmutableSortedBagMultimap Modifier and Type Class Description class
ImmutableSortedBagMultimapImpl<K,V>
Methods in org.eclipse.collections.impl.multimap.bag.sorted.immutable that return ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. newEmpty()
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. newWith(K key, V value)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. newWithAll(K key, java.lang.Iterable<? extends V> values)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. newWithout(java.lang.Object key, java.lang.Object value)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. newWithoutAll(java.lang.Object key)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. rejectKeysValues(Predicate2<? super K,? super V> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. selectKeysValues(Predicate2<? super K,? super V> predicate)
-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Methods in org.eclipse.collections.impl.multimap.bag.sorted.mutable that return ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
SynchronizedSortedBagMultimap. toImmutable()
ImmutableSortedBagMultimap<K,V>
TreeBagMultimap. toImmutable()
-