|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjsr166y.ForkJoinTask<java.lang.Void>
jsr166y.RecursiveAction
groovyx.gpars.extra166y.PAS.FJLSorter
static final class PAS.FJLSorter
| Field Summary | |
|---|---|
(package private) long[] |
a
|
(package private) Ops.LongComparator |
cmp
|
(package private) int |
gran
|
(package private) int |
n
|
(package private) int |
origin
|
(package private) long[] |
w
|
| Constructor Summary | |
|---|---|
PAS.FJLSorter(Ops.LongComparator cmp,
long[] a,
long[] w,
int origin,
int n,
int gran)
|
|
| 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 Ops.LongComparator cmp
final long[] a
final long[] w
final int origin
final int n
final int gran
| Constructor Detail |
|---|
PAS.FJLSorter(Ops.LongComparator cmp,
long[] a,
long[] w,
int origin,
int n,
int gran)
| 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 | |||||||||