| Package | Description |
|---|---|
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap. |
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSetMultimap<V,K> |
SortedMapIterable.flip() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
interface |
MutableSortedSetMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
SortedSetMultimap<K,V> |
SortedSetMultimap.newEmpty() |
SortedSetMultimap<K,V> |
SortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedSetMultimap<K,V> |
SortedSetMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
SortedSetMultimap<K,V> |
SortedSetMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedSetMultimap<K,V> |
SortedSetMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<V> SortedSetMultimap<V,T> |
SortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> SortedSetMultimap<V,T> |
ParallelSortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> SortedSetMultimap<V,T> |
SortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> SortedSetMultimap<V,T> |
ParallelSortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2023. All rights reserved.