Uses of Class
org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureRunner
-
Packages that use FJBatchIterableProcedureRunner 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 FJBatchIterableProcedureRunner in org.eclipse.collections.impl.forkjoin
Fields in org.eclipse.collections.impl.forkjoin declared as FJBatchIterableProcedureRunner Modifier and Type Field Description private FJBatchIterableProcedureRunner<T,PT>
FJBatchIterableProcedureTask. taskRunner
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJBatchIterableProcedureRunner Constructor Description FJBatchIterableProcedureTask(FJBatchIterableProcedureRunner<T,PT> newFJTaskRunner, ProcedureFactory<PT> newProcedureFactory, BatchIterable<T> iterable, int index, int count)
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
-