Uses of Class
org.eclipse.collections.impl.forkjoin.FJBatchIterableProcedureRunner
Packages that use FJBatchIterableProcedureRunner
Package
Description
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 FJBatchIterableProcedureRunnerModifier and TypeFieldDescriptionprivate final FJBatchIterableProcedureRunner
<T, PT> FJBatchIterableProcedureTask.taskRunner
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJBatchIterableProcedureRunnerModifierConstructorDescriptionFJBatchIterableProcedureTask
(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.