- java.lang.Object
-
- jsr166y.ForkJoinTask<V>
-
- jsr166y.RecursiveTask<List<T>>
-
- org.jadira.scanner.core.concurrent.ProjectorTask<T>
-
-
Method Summary
-
Methods inherited from class jsr166y.RecursiveTask
exec, getRawResult, setRawResult
-
Methods inherited from class jsr166y.ForkJoinTask
adapt, adapt, adapt, cancel, complete, completeExceptionally, fork, get, get, getException, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyInvoke, quietlyJoin, reinitialize, tryUnfork
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
compute
public List<T> compute()
- Specified by:
compute
in class jsr166y.RecursiveTask<List<T>>
Copyright © 2010–2018 Jadira Systems. All rights reserved.