Package | Description |
---|---|
com.gs.collections.api.multimap.ordered | |
com.gs.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap . |
com.gs.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap . |
com.gs.collections.api.ordered | |
com.gs.collections.impl.multimap.bag.sorted | |
com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
Modifier and Type | Method and Description |
---|---|
SortedIterableMultimap<K,V> |
SortedIterableMultimap.newEmpty() |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
interface |
SortedBagMultimap<K,V> |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
interface |
MutableSortedSetMultimap<K,V> |
interface |
SortedSetMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
<V> SortedIterableMultimap<V,T> |
SortedIterable.groupBy(Function<? super T,? extends V> function) |
<V> SortedIterableMultimap<V,T> |
SortedIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
TreeBagMultimap<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
|
class |
TreeSortedSetMultimap<K,V> |
Copyright © 2004–2016. All rights reserved.