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 | |
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 | 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) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
|
interface |
MutableSortedBagMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
SortedBagMultimap<K,V> |
SortedBagMultimap.newEmpty() |
|
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
|
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Class | Description |
---|---|---|
class |
TreeBagMultimap<K,V> |
Deprecated.
in 5.0. Use
TreeBagMultimap instead. |
Modifier and Type | Class | Description |
---|---|---|
class |
TreeBagMultimap<K,V> |
Deprecated.
in 7.0. Use
TreeBagMultimap instead. |
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableSortedBagMultimapImpl<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedSortedBagMultimap<K,V> |
|
class |
TreeBagMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(java.lang.String multimapName,
SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
|
static <K,V> void |
Verify.assertSortedBagMultimapsEqual(SortedBagMultimap<K,V> expectedSortedBagMultimap,
SortedBagMultimap<K,V> actualSortedBagMultimap) |
Copyright © 2004–2018. All rights reserved.