| 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 |
|---|---|
MutableSortedSetMultimap<V,K> |
MutableSortedMap.flip() |
| Modifier and Type | Method and Description |
|---|---|
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.asSynchronized() |
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.newEmpty() |
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedSetMultimap<K,V> |
SortedSetMultimap.toMutable() |
default MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.withKeyMultiValues(K key,
V... values) |
default MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.withKeyValue(K key,
V value)
Puts the key / value combination into the MutableSortedSetMultimap and returns the MutableSortedSetMultimap (this).
|
| Modifier and Type | Method and Description |
|---|---|
<V> MutableSortedSetMultimap<V,T> |
MutableSortedSet.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedSetMultimap<V,T> |
MutableSortedSet.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2023. All rights reserved.