| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList 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.
|
| com.gs.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Method and Description |
|---|---|
<V> FastListMultimap<V,T> |
AbstractMutableList.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> FastListMultimap<V,T> |
ArrayListAdapter.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> FastListMultimap<V,T> |
FastList.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> FastListMultimap<V,T> |
RandomAccessListAdapter.groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> FastListMultimap<V,T> |
AbstractMutableList.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> FastListMultimap<V,T> |
ArrayListAdapter.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> FastListMultimap<V,T> |
FastList.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> FastListMultimap<V,T> |
RandomAccessListAdapter.groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> FastListMultimap<K,V2> |
TreeBagMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<V2> FastListMultimap<K,V2> |
TreeBagMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<V2> FastListMultimap<K,V2> |
TreeBagMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
<V2> FastListMultimap<K,V2> |
AbstractMutableListMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
<V2> FastListMultimap<K,V2> |
SynchronizedPutFastListMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
FastListMultimap<K,V> |
FastListMultimap.newEmpty() |
static <K,V> FastListMultimap<K,V> |
FastListMultimap.newMultimap() |
static <K,V> FastListMultimap<K,V> |
FastListMultimap.newMultimap(java.lang.Iterable<com.gs.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> FastListMultimap<K,V> |
FastListMultimap.newMultimap(com.gs.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> FastListMultimap<K,V> |
FastListMultimap.newMultimap(com.gs.collections.api.tuple.Pair<K,V>... pairs) |
FastListMultimap<K,V> |
FastListMultimap.rejectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
MultiReaderFastListMultimap.rejectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
SynchronizedPutFastListMultimap.rejectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
FastListMultimap.rejectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
MultiReaderFastListMultimap.rejectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
SynchronizedPutFastListMultimap.rejectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
FastListMultimap.selectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
MultiReaderFastListMultimap.selectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
SynchronizedPutFastListMultimap.selectKeysMultiValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
FastListMultimap<K,V> |
FastListMultimap.selectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
MultiReaderFastListMultimap.selectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
SynchronizedPutFastListMultimap.selectKeysValues(com.gs.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<V2> FastListMultimap<K,V2> |
SynchronizedPutTreeSortedSetMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
<V2> FastListMultimap<K,V2> |
TreeSortedSetMultimap.collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> FastListMultimap<V,T> |
ArrayListIterate.groupBy(java.util.ArrayList<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V> FastListMultimap<V,T> |
ListIterate.groupBy(java.util.List<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V> FastListMultimap<V,T> |
ArrayIterate.groupBy(T[] array,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V> FastListMultimap<V,T> |
ArrayListIterate.groupByEach(java.util.ArrayList<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
static <T,V> FastListMultimap<V,T> |
ListIterate.groupByEach(java.util.List<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
static <T,V> FastListMultimap<V,T> |
ArrayIterate.groupByEach(T[] array,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> FastListMultimap<V,T> |
IterableIterate.groupBy(java.lang.Iterable<T> iterable,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V> FastListMultimap<V,T> |
RandomAccessListIterate.groupBy(java.util.List<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V> FastListMultimap<V,T> |
IterableIterate.groupByEach(java.lang.Iterable<T> iterable,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
static <T,V> FastListMultimap<V,T> |
RandomAccessListIterate.groupByEach(java.util.List<T> list,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |