| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel.bag | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.lazy.parallel.set |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootUnsortedBagBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectUnsortedBagBatch<T,V> |
class |
FlatCollectUnsortedBagBatch<T,V> |
class |
SelectUnsortedBagBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
SelectUnsortedBagBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
UnsortedBagBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<VV> UnsortedBagBatch<VV> |
CollectUnsortedBagBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV> UnsortedBagBatch<VV> |
FlatCollectUnsortedBagBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<V> UnsortedBagBatch<V> |
SelectUnsortedBagBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> UnsortedBagBatch<V> |
UnsortedBagBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V1> UnsortedBagBatch<V1> |
CollectUnsortedBagBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<V1>> function) |
<V1> UnsortedBagBatch<V1> |
FlatCollectUnsortedBagBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<V1>> function) |
UnsortedBagBatch<T> |
SelectUnsortedBagBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
UnsortedBagBatch<T> |
UnsortedBagBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
UnsortedBagBatch<V> |
CollectUnsortedBagBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
UnsortedBagBatch<V> |
FlatCollectUnsortedBagBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.LazyIterable<UnsortedBagBatch<V>> |
ParallelCollectUnsortedBag.split() |
| Constructor and Description |
|---|
SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Constructor and Description |
|---|
ParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>> parallelIterable,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
DistinctBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
DistinctBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
SelectUnsortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
UnsortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<VV> UnsortedBagBatch<VV> |
CollectUnsortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<V> UnsortedBagBatch<V> |
SelectUnsortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> UnsortedBagBatch<V> |
UnsortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V1> UnsortedBagBatch<V1> |
CollectUnsortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<V1>> function) |