| 
 | org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjsr166y.RecursiveAction
groovyx.gpars.extra166y.PAS.FJRemoveAll
static final class PAS.FJRemoveAll extends RecursiveAction
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 | |
|---|---|
| int | count | 
| int | hi | 
| int[] | indices | 
| int | lo | 
| FJRemoveAll | next | 
| AbstractParallelAnyArray | pap | 
| FJRemoveAll | right | 
| int | threshold | 
| Constructor Summary | |
| PAS.FJRemoveAll(AbstractParallelAnyArray pap, int lo, int hi, FJRemoveAll next, int[] indices) | |
| Method Summary | |
|---|---|
| void | compute() | 
| Field Detail | 
|---|
int count
final int hi
final int[] indices
final int lo
final FJRemoveAll next
final AbstractParallelAnyArray pap
FJRemoveAll right
final int threshold
| Constructor Detail | 
|---|
PAS.FJRemoveAll(AbstractParallelAnyArray pap, int lo, int hi, FJRemoveAll next, int[] indices)
| Method Detail | 
|---|
public void compute()
Copyright © 2008–2012 Václav Pech. All Rights Reserved.