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