Package 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.
-
Class Summary Class Description FJBatchIterableProcedureRunner<T,PT extends Procedure<? super T>> FJBatchIterableProcedureTask<T,PT extends Procedure<? super T>> FJIterate The FJIterate class contains several parallel algorithms that work with Collections and make use of Java's fork-join framework.FJListObjectIntProcedureRunner<T,PT extends ObjectIntProcedure<? super T>> FJListObjectIntProcedureTask<T,PT extends ObjectIntProcedure<? super T>> FJListProcedureRunner<T,PT extends Procedure<? super T>> FJListProcedureTask<T,PT extends Procedure<? super T>>