| Package | Description |
|---|---|
| com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| com.gs.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(java.util.Comparator<? super V> comparator) |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(com.gs.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> TreeSortedSetMultimap<K,V> |
TreeSortedSetMultimap.newMultimap(com.gs.collections.api.tuple.Pair<K,V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
<V> TreeSortedSetMultimap<V,T> |
SortedSetAdapter.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> TreeSortedSetMultimap<V,T> |
TreeSortedSet.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> TreeSortedSetMultimap<V,T> |
SortedSetAdapter.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> TreeSortedSetMultimap<V,T> |
TreeSortedSet.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |