| 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.sorted |
| Modifier and Type | Method and Description |
|---|---|
<V> SortedBagMultimap<V,T> |
SortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
SortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.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> |
Copyright © 2004–2016. All rights reserved.