| Package | Description |
|---|---|
| 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.ordered |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableListMultimap<K,V> |
interface |
ListMultimap<K,V> |
interface |
MutableListMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<V2> ReversibleIterableMultimap<K,V2> |
ReversibleIterableMultimap.collectValues(Function<? super V,? extends V2> function) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.newEmpty() |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
interface |
SortedBagMultimap<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
interface |
MutableSortedSetMultimap<K,V> |
interface |
SortedSetMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<V> ReversibleIterableMultimap<V,T> |
ReversibleIterable.groupBy(Function<? super T,? extends V> function) |
<V> ReversibleIterableMultimap<V,T> |
ReversibleIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2017. All rights reserved.