org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class AbstractParallelAnyArray.DLCPap

java.lang.Object
  groovyx.gpars.extra166y.AbstractParallelAnyArray.DPap
      groovyx.gpars.extra166y.ParallelDoubleArrayWithLongMapping
          groovyx.gpars.extra166y.AbstractParallelAnyArray.DLCPap

static abstract class AbstractParallelAnyArray.DLCPap
extends ParallelDoubleArrayWithLongMapping

Field Summary
IntAndDoubleToLong op

 
Constructor Summary
AbstractParallelAnyArray.DLCPap(ForkJoinPool ex, int origin, int fence, double[] array, IntAndDoubleToLong op)

 
Method Summary
double dget(int i)

boolean hasMap()

void leafTransfer(int lo, int hi, long[] dest, int offset)

void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, long[] dest, int offset)

long lget(int i)

java.lang.Object oget(int i)

 
Methods inherited from class ParallelDoubleArrayWithLongMapping
all, apply, max, max, min, min, reduce, sequentially, sum, summary, summary, withIndexedMapping, withIndexedMapping, withIndexedMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping
 

Field Detail

op

final IntAndDoubleToLong op


 
Constructor Detail

AbstractParallelAnyArray.DLCPap

AbstractParallelAnyArray.DLCPap(ForkJoinPool ex, int origin, int fence, double[] array, IntAndDoubleToLong op)


 
Method Detail

dget

final double dget(int i)


hasMap

final boolean hasMap()


leafTransfer

final void leafTransfer(int lo, int hi, long[] dest, int offset)


leafTransferByIndex

final void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, long[] dest, int offset)


lget

final long lget(int i)


oget

final java.lang.Object oget(int i)


 

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