groovyx.gpars.extra166y
Class PAS.FJDSorter

java.lang.Object
  extended by jsr166y.ForkJoinTask<java.lang.Void>
      extended by jsr166y.RecursiveAction
          extended by groovyx.gpars.extra166y.PAS.FJDSorter
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.Future<java.lang.Void>
Enclosing class:
PAS

static final class PAS.FJDSorter
extends jsr166y.RecursiveAction


Field Summary
(package private)  double[] a
           
(package private)  Ops.DoubleComparator cmp
           
(package private)  int gran
           
(package private)  int n
           
(package private)  int origin
           
(package private)  double[] w
           
 
Constructor Summary
PAS.FJDSorter(Ops.DoubleComparator cmp, double[] a, double[] 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

cmp

final Ops.DoubleComparator cmp

a

final double[] a

w

final double[] w

origin

final int origin

n

final int n

gran

final int gran
Constructor Detail

PAS.FJDSorter

PAS.FJDSorter(Ops.DoubleComparator cmp,
              double[] a,
              double[] w,
              int origin,
              int n,
              int gran)
Method Detail

compute

public void compute()
Specified by:
compute in class jsr166y.RecursiveAction

Copyright © 2008–2012 Václav Pech. All Rights Reserved.