Uses of Class
org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureRunner
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 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.