| 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. |
| com.gs.collections.impl.multimap.bag.sorted | |
| com.gs.collections.impl.multimap.bag.sorted.mutable | |
| com.gs.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
| com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| 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 |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
AbstractMutableBagMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
<K2,V2> HashBagMultimap<K2,V2> |
SynchronizedPutHashBagMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
<K2,V2> HashBagMultimap<K2,V2> |
TreeBagMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function)
Deprecated.
|
<V2> HashBagMultimap<K,V2> |
HashBagMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
<V2> HashBagMultimap<K,V2> |
SynchronizedPutHashBagMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
HashBagMultimap<K,V> |
HashBagMultimap.newEmpty() |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap() |
static <K,V> HashBagMultimap<K,V> |
HashBagMultimap.newMultimap(java.lang.Iterable<com.gs.collections.api.tuple.Pair<K,V>> inputIterable) |
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) |
HashBagMultimap<K,V> |
HashBagMultimap.rejectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
HashBagMultimap<K,V> |
SynchronizedPutHashBagMultimap.rejectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
HashBagMultimap<K,V> |
HashBagMultimap.rejectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
HashBagMultimap<K,V> |
SynchronizedPutHashBagMultimap.rejectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
HashBagMultimap<K,V> |
HashBagMultimap.selectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
HashBagMultimap<K,V> |
SynchronizedPutHashBagMultimap.selectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
HashBagMultimap<K,V> |
HashBagMultimap.selectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
HashBagMultimap<K,V> |
SynchronizedPutHashBagMultimap.selectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
TreeBagMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
TreeBagMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
AbstractMutableListMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
<K2,V2> HashBagMultimap<K2,V2> |
SynchronizedPutFastListMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
SynchronizedPutTreeSortedSetMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
<K2,V2> HashBagMultimap<K2,V2> |
TreeSortedSetMultimap.collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> HashBagMultimap<V,K> |
Iterate.flip(com.gs.collections.api.multimap.bag.BagMultimap<K,V> bagMultimap)
Flip the keys and values of the multimap.
|
static <K,V> HashBagMultimap<V,K> |
Iterate.flip(com.gs.collections.api.multimap.list.ListMultimap<K,V> listMultimap)
Flip the keys and values of the multimap.
|