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(Function<? super T,? extends V> function) |
<V> HashBagMultimap<V,T> |
HashBag.groupByEach(Function<? super T,? extends 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(Multimap<? extends K,? extends V> multimap) |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap(Pair<K,V>... pairs) |
Copyright © 2004–2016. All rights reserved.