| Package | Description |
|---|---|
| com.gs.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| com.gs.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap. |
| com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| 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() |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
|
class |
TreeSortedSetMultimap<K,V> |
Copyright © 2004–2017. All rights reserved.