| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.lazy.parallel.set.sorted |
| Modifier and Type | Method and Description |
|---|---|
OrderedBatch<T> |
OrderedBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListBatch<T> |
interface |
RootListBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectListBatch<T,V> |
class |
FlatCollectListBatch<T,V> |
class |
ListIterableBatch<T> |
class |
SelectListBatch<T> |
| Constructor and Description |
|---|
ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
ParallelFlatCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable,
com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootSortedSetBatch<T> |
interface |
SortedSetBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSortedSetBatch<T,V> |
class |
FlatCollectSortedSetBatch<T,V> |
class |
SelectSortedSetBatch<T> |