| Package | Description |
|---|---|
| com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
| com.gs.collections.api.multimap.bag |
This package contains interfaces for
BagMultimap. |
| com.gs.collections.impl.lazy.parallel | |
| com.gs.collections.impl.lazy.parallel.bag | |
| com.gs.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagMultimap<V,T> |
UnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
ParallelUnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
UnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedBagMultimap<V,T> |
ParallelUnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableBagMultimap<K,V> |
interface |
MutableBagMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.newEmpty() |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagMultimap<V,T> |
AbstractParallelIterableImpl.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
AbstractParallelIterableImpl.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagMultimap<V,T> |
AbstractParallelUnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
AbstractParallelUnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBagMultimap<K,V> |
class |
ImmutableBagMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
class |
SynchronizedPutHashBagMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
Copyright © 2004–2017. All rights reserved.