Package | Description |
---|---|
com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
com.gs.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap . |
com.gs.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
Modifier and Type | Method and Description |
---|---|
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
SortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> SortedBagMultimap<V,T> |
SortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
SortedBagMultimap<K,V> |
SortedBagMultimap.newEmpty() |
Modifier and Type | Class and Description |
---|---|
class |
TreeBagMultimap<K,V>
Deprecated.
in 5.0. Use
TreeBagMultimap instead. |
Copyright © 2004–2019. All rights reserved.