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 and Description |
---|
FJListObjectIntProcedureTask(FJListObjectIntProcedureRunner<T,PT> newFJTaskRunner,
ObjectIntProcedureFactory<PT> newBlockFactory,
List<T> list,
int index,
int sectionSize,
boolean isLast)
Creates an array of VoidBlockFJTasks wrapping VoidBlocks created by the specified VoidBlockFactory.
|
Copyright © 2004–2016. All rights reserved.