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