groovyx.gpars.extra166y
Class PAS.FJOCMerger

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

static final class PAS.FJOCMerger
extends jsr166y.RecursiveAction


Field Summary
(package private)  java.lang.Comparable[] a
           
(package private)  int gran
           
(package private)  int ln
           
(package private)  int lo
           
(package private)  PAS.FJOCMerger next
           
(package private)  int rn
           
(package private)  int ro
           
(package private)  java.lang.Comparable[] w
           
(package private)  int wo
           
 
Constructor Summary
PAS.FJOCMerger(java.lang.Comparable[] a, java.lang.Comparable[] w, int lo, int ln, int ro, int rn, int wo, int gran, PAS.FJOCMerger next)
           
 
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

a

final java.lang.Comparable[] a

w

final java.lang.Comparable[] w

lo

final int lo

ln

final int ln

ro

final int ro

rn

final int rn

wo

final int wo

gran

final int gran

next

final PAS.FJOCMerger next
Constructor Detail

PAS.FJOCMerger

PAS.FJOCMerger(java.lang.Comparable[] a,
               java.lang.Comparable[] w,
               int lo,
               int ln,
               int ro,
               int rn,
               int wo,
               int gran,
               PAS.FJOCMerger next)
Method Detail

compute

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

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