|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsr166y.ForkJoinTask<java.lang.Void> jsr166y.RecursiveAction groovyx.gpars.extra166y.PAS.FJRemoveAll
static final class PAS.FJRemoveAll
Basic FJ task for non-root FJRemoveAll nodes. Differs from FJBase because it requires maintaining explicit right pointers so FJRemoveAllDriver can traverse them
Field Summary | |
---|---|
(package private) int |
count
|
(package private) int |
hi
|
(package private) int[] |
indices
|
(package private) int |
lo
|
(package private) PAS.FJRemoveAll |
next
|
(package private) AbstractParallelAnyArray |
pap
|
(package private) PAS.FJRemoveAll |
right
|
(package private) int |
threshold
|
Constructor Summary | |
---|---|
PAS.FJRemoveAll(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJRemoveAll next,
int[] indices)
|
Method Summary | |
---|---|
void |
compute()
|
Methods inherited from class jsr166y.RecursiveAction |
---|
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 |
Field Detail |
---|
final AbstractParallelAnyArray pap
final int lo
final int hi
final PAS.FJRemoveAll next
final int[] indices
int count
PAS.FJRemoveAll right
final int threshold
Constructor Detail |
---|
PAS.FJRemoveAll(AbstractParallelAnyArray pap, int lo, int hi, PAS.FJRemoveAll next, int[] indices)
Method Detail |
---|
public void compute()
compute
in class jsr166y.RecursiveAction
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |