| Package | Description |
|---|---|
| org.eclipse.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newEmpty() |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap() |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(Comparator<? super V> comparator) |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(Iterable<Pair<K,V>> inputIterable) |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(Multimap<? extends K,? extends V> multimap) |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(Pair<K,V>... pairs) |
TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
SynchronizedPutTreeSortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
TreeSortedSetMultimap<K,V> |
SynchronizedPutTreeSortedSetMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
SynchronizedPutTreeSortedSetMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
TreeSortedSetMultimap<K,V> |
SynchronizedPutTreeSortedSetMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<V> TreeSortedSetMultimap<V,T> |
TreeSortedSet.groupBy(Function<? super T,? extends V> function) |
<V> TreeSortedSetMultimap<V,T> |
SortedSetAdapter.groupBy(Function<? super T,? extends V> function) |
<V> TreeSortedSetMultimap<V,T> |
TreeSortedSet.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> TreeSortedSetMultimap<V,T> |
SortedSetAdapter.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2022. All rights reserved.