void |
ObjectIntProcedureFJTaskRunner.executeAndCombine(java.util.concurrent.Executor executor,
ObjectIntProcedureFactory<BT> procedureFactory,
java.util.List<T> list) |
static <T,BT extends com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>> void |
ParallelIterate.forEachWithIndex(java.lang.Iterable<T> iterable,
ObjectIntProcedureFactory<BT> procedureFactory,
Combiner<BT> combiner,
java.util.concurrent.Executor executor) |
static <T,BT extends com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>> void |
ParallelIterate.forEachWithIndex(java.lang.Iterable<T> iterable,
ObjectIntProcedureFactory<BT> procedureFactory,
Combiner<BT> combiner,
int minForkSize,
int taskCount) |
static <T,BT extends com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>> void |
ParallelIterate.forEachWithIndex(java.lang.Iterable<T> iterable,
ObjectIntProcedureFactory<BT> procedureFactory,
Combiner<BT> combiner,
int minForkSize,
int taskCount,
java.util.concurrent.Executor executor) |
static <T,BT extends com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>> void |
ParallelIterate.forEachWithIndexInListOnExecutor(java.util.List<T> list,
ObjectIntProcedureFactory<BT> procedureFactory,
Combiner<BT> combiner,
int minForkSize,
int taskCount,
java.util.concurrent.Executor executor) |