Uses of Class
org.eclipse.collections.impl.forkjoin.FJListProcedureTask
Packages that use FJListProcedureTask
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 FJListProcedureTask in org.eclipse.collections.impl.forkjoin
Methods in org.eclipse.collections.impl.forkjoin that return FJListProcedureTaskModifier and TypeMethodDescriptionprotected FJListProcedureTask
<T, PT> FJListProcedureRunner.createTask
(ProcedureFactory<PT> procedureFactory, List<T> list, int sectionSize, int taskCountMinusOne, int index)