public abstract class JSR166TestCase.CheckedRecursiveAction extends RecursiveAction
Constructor and Description |
---|
CheckedRecursiveAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
compute()
The main computation performed by this task.
|
protected abstract void |
realCompute() |
exec, getRawResult, setRawResult
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, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
protected final void compute()
RecursiveAction
compute
in class RecursiveAction