Uses of Class
org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureRunner
-
Packages that use 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
Fields in org.eclipse.collections.impl.forkjoin declared as FJListObjectIntProcedureRunner Modifier and Type Field Description private FJListObjectIntProcedureRunner<T,PT>
FJListObjectIntProcedureTask. taskRunner
Constructors in org.eclipse.collections.impl.forkjoin with parameters of type FJListObjectIntProcedureRunner Constructor Description FJListObjectIntProcedureTask(FJListObjectIntProcedureRunner<T,PT> newFJTaskRunner, ObjectIntProcedureFactory<PT> newBlockFactory, java.util.List<T> list, int index, int sectionSize, boolean isLast)
Creates an array of VoidBlockFJTasks wrapping VoidBlocks created by the specified VoidBlockFactory.
-