| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel.bag |
| 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 |
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) |
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) |
| Constructor and Description |
|---|
CollectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |