org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class PAS.FJLPACombineInPlace

java.lang.Object
  FJBase
      groovyx.gpars.extra166y.PAS.FJLPACombineInPlace

static final class PAS.FJLPACombineInPlace
extends FJBase

Field Summary
BinaryLongOp combiner

ParallelLongArrayWithLongMapping other

int otherOffset

 
Constructor Summary
PAS.FJLPACombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, ParallelLongArrayWithLongMapping other, int otherOffset, BinaryLongOp combiner)

 
Method Summary
void atLeaf(int l, int h)

FJBase newSubtask(int l, int h, FJBase r)

 

Field Detail

combiner

final BinaryLongOp combiner


other

final ParallelLongArrayWithLongMapping other


otherOffset

final int otherOffset


 
Constructor Detail

PAS.FJLPACombineInPlace

PAS.FJLPACombineInPlace(AbstractParallelAnyArray pap, int lo, int hi, FJBase next, ParallelLongArrayWithLongMapping other, int otherOffset, BinaryLongOp combiner)


 
Method Detail

atLeaf

void atLeaf(int l, int h)


newSubtask

FJBase newSubtask(int l, int h, FJBase r)


 

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