| Package | Description |
|---|---|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| 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.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| 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. |
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
<V> ListMultimap<V,T> |
ParallelListIterable.groupBy(Function<? super T,? extends V> function) |
<V> ListMultimap<V,T> |
ListIterable.groupBy(Function<? super T,? extends V> function) |
<V> ListMultimap<V,T> |
ParallelListIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> ListMultimap<V,T> |
ListIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
ListMultimap<V,K> |
OrderedMap.flip() |
<V1> ListMultimap<V1,V> |
OrderedMap.groupBy(Function<? super V,? extends V1> function) |
<V1> ListMultimap<V1,V> |
OrderedMap.groupByEach(Function<? super V,? extends Iterable<V1>> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> ListMultimap<VV,V> |
SortedMapIterable.groupBy(Function<? super V,? extends VV> function) |
<VV> ListMultimap<VV,V> |
SortedMapIterable.groupByEach(Function<? super V,? extends Iterable<VV>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableListMultimap<K,V> |
interface |
MutableListMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<V2> ListMultimap<K,V2> |
ListMultimap.collectValues(Function<? super V,? extends V2> function) |
ListMultimap<K,V> |
ListMultimap.newEmpty() |
ListMultimap<K,V> |
ListMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
ListMultimap<K,V> |
ListMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ListMultimap<K,V> |
ListMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
ListMultimap<K,V> |
ListMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<V2> ListMultimap<K,V2> |
SortedIterableMultimap.collectValues(Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> ListMultimap<K,V2> |
SortedBagMultimap.collectValues(Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> ListMultimap<K,V2> |
SortedSetMultimap.collectValues(Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> ListMultimap<V,T> |
StackIterable.groupBy(Function<? super T,? extends V> function) |
<V> ListMultimap<V,T> |
StackIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2022. All rights reserved.