Uses of Class
org.eclipse.collections.impl.forkjoin.FJListProcedureRunner
-
Packages that use FJListProcedureRunner Package Description org.eclipse.collections.impl.forkjoin This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework. -
-
Uses of FJListProcedureRunner in org.eclipse.collections.impl.forkjoin
Fields in org.eclipse.collections.impl.forkjoin declared as FJListProcedureRunner Modifier and Type Field Description private FJListProcedureRunner<T,PT>
FJListProcedureTask. taskRunner
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJListProcedureRunner Constructor Description FJListProcedureTask(FJListProcedureRunner<T,PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, java.util.List<T> list, int index, int sectionSize, boolean isLast)
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
-