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.
|
Constructor | Description |
---|---|
FJListProcedureTask(FJListProcedureRunner<T,PT> newFJTaskRunner,
ProcedureFactory<PT> newProcedureFactory,
List<T> list,
int index,
int sectionSize,
boolean isLast) |
Creates an array of ProcedureFJTasks wrapping Procedures created by the specified ProcedureFactory.
|
Copyright © 2004–2019. All rights reserved.