| 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.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> ImmutableListMultimap<V,T> |
ImmutableList.groupBy(Function<? super T,? extends V> function) |
<V> ImmutableListMultimap<V,T> |
ImmutableList.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableListMultimap<V,K> |
ImmutableOrderedMap.flip() |
<V1> ImmutableListMultimap<V1,V> |
ImmutableOrderedMap.groupBy(Function<? super V,? extends V1> function) |
<V1> ImmutableListMultimap<V1,V> |
ImmutableOrderedMap.groupByEach(Function<? super V,? extends Iterable<V1>> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> ImmutableListMultimap<VV,V> |
ImmutableSortedMap.groupBy(Function<? super V,? extends VV> function) |
<VV> ImmutableListMultimap<VV,V> |
ImmutableSortedMap.groupByEach(Function<? super V,? extends Iterable<VV>> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> ImmutableListMultimap<K,V2> |
ImmutableListMultimap.collectValues(Function<? super V,? extends V2> function) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.newEmpty() |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.newWith(K key,
V value) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.newWithAll(K key,
Iterable<? extends V> values) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.newWithout(Object key,
Object value) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.newWithoutAll(Object key) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableListMultimap<K,V> |
ImmutableListMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
ImmutableListMultimap<K,V> |
ListMultimap.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
<V2> ImmutableListMultimap<K,V2> |
ImmutableSortedBagMultimap.collectValues(Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> ImmutableListMultimap<K,V2> |
ImmutableSortedSetMultimap.collectValues(Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableListMultimap<V,T> |
ImmutableStack.groupBy(Function<? super T,? extends V> function) |
<V> ImmutableListMultimap<V,T> |
ImmutableStack.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2020. All rights reserved.