Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.SortedBagMultimap
-
Packages that use SortedBagMultimap 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.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 org.eclipse.collections.impl.test This package containsSerializeTestHelper
andVerify
classes. -
-
Uses of SortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return SortedBagMultimap Modifier and Type Method Description <V> SortedBagMultimap<V,T>
ParallelSortedBag. groupBy(Function<? super T,? extends V> function)
<V> SortedBagMultimap<V,T>
SortedBag. groupBy(Function<? super T,? extends V> function)
<V> SortedBagMultimap<V,T>
ParallelSortedBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> SortedBagMultimap<V,T>
SortedBag. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of SortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of SortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag Modifier and Type Interface Description interface
ImmutableSortedBagMultimap<K,V>
interface
MutableSortedBagMultimap<K,V>
Methods in org.eclipse.collections.api.multimap.sortedbag that return SortedBagMultimap Modifier and Type Method Description SortedBagMultimap<K,V>
SortedBagMultimap. newEmpty()
SortedBagMultimap<K,V>
SortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedBagMultimap<K,V>
SortedBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)
SortedBagMultimap<K,V>
SortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedBagMultimap<K,V>
SortedBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)
-
Uses of SortedBagMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement SortedBagMultimap Modifier and Type Class Description class
TreeBagMultimap<K,V>
Deprecated.in 5.0. -
Uses of SortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement SortedBagMultimap Modifier and Type Class Description class
TreeBagMultimap<K,V>
Deprecated.in 7.0. -
Uses of SortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.immutable that implement SortedBagMultimap Modifier and Type Class Description class
ImmutableSortedBagMultimapImpl<K,V>
-
Uses of SortedBagMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.mutable that implement SortedBagMultimap Modifier and Type Class Description class
SynchronizedSortedBagMultimap<K,V>
class
TreeBagMultimap<K,V>
-
Uses of SortedBagMultimap in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type SortedBagMultimap Modifier and Type Method Description static <K,V>
voidVerify. assertSortedBagMultimapsEqual(java.lang.String multimapName, SortedBagMultimap<K,V> expectedSortedBagMultimap, SortedBagMultimap<K,V> actualSortedBagMultimap)
static <K,V>
voidVerify. assertSortedBagMultimapsEqual(SortedBagMultimap<K,V> expectedSortedBagMultimap, SortedBagMultimap<K,V> actualSortedBagMultimap)
-