| Package | Description |
|---|---|
| com.gs.collections.impl.parallel |
This package contains classes which is used for parallel iteration through the containers.
|
| Constructor and Description |
|---|
BatchIterableProcedureFJTask(BatchIterableProcedureFJTaskRunner<T,BT> newFJTaskRunner,
ProcedureFactory<BT> procedureFactory,
BatchIterable<T> iterable,
int index,
int count)
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
|