Uses of Class
org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureRunner
-
-
Uses of FJListObjectIntProcedureRunner in org.eclipse.collections.impl.forkjoin
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJListObjectIntProcedureRunner Constructor Description FJListObjectIntProcedureTask(FJListObjectIntProcedureRunner<T,PT> newFJTaskRunner, ObjectIntProcedureFactory<PT> newBlockFactory, List<T> list, int index, int sectionSize, boolean isLast)Creates an array of VoidBlockFJTasks wrapping VoidBlocks created by the specified VoidBlockFactory.
-