| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
SortedIterableMultimap<K,V> |
SortedIterableMultimap.newEmpty() |
SortedIterableMultimap<K,V> |
SortedIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedIterableMultimap<K,V> |
SortedIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
SortedIterableMultimap<K,V> |
SortedIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedIterableMultimap<K,V> |
SortedIterableMultimap.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> SortedIterableMultimap<V,T> |
SortedIterable.groupBy(Function<? super T,? extends V> function) |
<V> SortedIterableMultimap<V,T> |
SortedIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2023. All rights reserved.