| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| com.gs.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| Modifier and Type | Method and Description |
|---|---|
<V> HashBagMultimap<V,T> |
HashBag.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> HashBagMultimap<V,T> |
HashBag.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
HashBagMultimap<K,V> |
HashBagMultimap.newEmpty() |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap() |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap(com.gs.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap(com.gs.collections.api.tuple.Pair<K,V>... pairs) |