Uses of Class
org.eclipse.collections.impl.forkjoin.FJListProcedureRunner
-
Uses of FJListProcedureRunner in org.eclipse.collections.impl.forkjoin
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJListProcedureRunnerModifierConstructorDescriptionFJListProcedureTask(FJListProcedureRunner<T, PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, List<T> list, int index, int sectionSize, boolean isLast) Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.