| 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(Comparator<? super V> comparator) |
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) |
| 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–2017. All rights reserved.