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 for
SortedBagMultimap . |
org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
org.eclipse.collections.impl.multimap.bag.sorted.immutable | |
org.eclipse.collections.impl.multimap.bag.sorted.mutable | |
org.eclipse.collections.impl.test |
This package contains
SerializeTestHelper and Verify classes. |
Modifier and Type | Method and Description |
---|---|
<V> SortedBagMultimap<V,T> |
SortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
SortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
SortedBagMultimap<K,V> |
SortedBagMultimap.newEmpty() |
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Class and Description |
---|---|
class |
TreeBagMultimap<K,V>
Deprecated.
in 5.0. Use
TreeBagMultimap instead. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedBagMultimapImpl<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedSortedBagMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(String multimapName,
SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(String multimapName,
SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
Copyright © 2004–2016. All rights reserved.