| Package | Description |
|---|---|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.multimap.bag |
This package contains interfaces for
BagMultimap. |
| org.eclipse.collections.api.multimap.list |
This package contains interfaces for
ListMultimap. |
| org.eclipse.collections.api.multimap.ordered | |
| org.eclipse.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap. |
| org.eclipse.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap. |
| Modifier and Type | Method and Description |
|---|---|
<V> BagMultimap<V,T> |
ParallelBag.groupBy(Function<? super T,? extends V> function) |
<V> BagMultimap<V,T> |
Bag.groupBy(Function<? super T,? extends V> function) |
<V> BagMultimap<V,T> |
ParallelBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> BagMultimap<V,T> |
Bag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
<V1> BagMultimap<V1,V> |
UnsortedMapIterable.groupBy(Function<? super V,? extends V1> function) |
<V1> BagMultimap<V1,V> |
UnsortedMapIterable.groupByEach(Function<? super V,? extends Iterable<V1>> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> BagMultimap<VV,V> |
PrimitiveObjectMap.groupBy(Function<? super V,? extends VV> function) |
<VV> BagMultimap<VV,V> |
PrimitiveObjectMap.groupByEach(Function<? super V,? extends Iterable<VV>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableBagIterableMultimap<K,V> |
interface |
ImmutableBagMultimap<K,V> |
interface |
MutableBagIterableMultimap<K,V> |
interface |
MutableBagMultimap<K,V> |
interface |
UnsortedBagMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
BagMultimap<V,K> |
BagMultimap.flip() |
BagMultimap<K,V> |
BagMultimap.newEmpty() |
BagMultimap<K,V> |
BagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
BagMultimap<K,V> |
BagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
BagMultimap<K,V> |
BagMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
BagMultimap<K,V> |
BagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> BagMultimap<K2,V2> |
ListMultimap.collectKeyMultiValues(Function<? super K,? extends K2> keyFunction,
Function<? super V,? extends V2> valueFunction) |
<K2,V2> BagMultimap<K2,V2> |
ListMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> BagMultimap<K2,V2> |
OrderedIterableMultimap.collectKeyMultiValues(Function<? super K,? extends K2> keyFunction,
Function<? super V,? extends V2> valueFunction) |
<K2,V2> BagMultimap<K2,V2> |
OrderedIterableMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
interface |
SortedBagMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> BagMultimap<K2,V2> |
SortedBagMultimap.collectKeyMultiValues(Function<? super K,? extends K2> keyFunction,
Function<? super V,? extends V2> valueFunction) |
<K2,V2> BagMultimap<K2,V2> |
SortedBagMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> BagMultimap<K2,V2> |
SortedSetMultimap.collectKeyMultiValues(Function<? super K,? extends K2> keyFunction,
Function<? super V,? extends V2> valueFunction) |
<K2,V2> BagMultimap<K2,V2> |
SortedSetMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
Copyright © 2004–2023. All rights reserved.