Class FJListObjectIntProcedureTask<T,PT extends ObjectIntProcedure<? super T>>
- java.lang.Object
-
- java.util.concurrent.ForkJoinTask<PT>
-
- org.eclipse.collections.impl.forkjoin.FJListObjectIntProcedureTask<T,PT>
-
- All Implemented Interfaces:
Serializable,Future<PT>
public class FJListObjectIntProcedureTask<T,PT extends ObjectIntProcedure<? super T>> extends ForkJoinTask<PT>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PTgetRawResult()-
Methods inherited from class java.util.concurrent.ForkJoinTask
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
-
-
-
Constructor Detail
-
FJListObjectIntProcedureTask
public 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.
-
-
Method Detail
-
getRawResult
public PT getRawResult()
- Specified by:
getRawResultin classForkJoinTask<PT extends ObjectIntProcedure<? super T>>
-
-