org.codehaus.gpars

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

java.lang.Object
  groovyx.gpars.extra166y.AbstractParallelAnyArray.DPap
      groovyx.gpars.extra166y.ParallelDoubleArrayWithMapping
          groovyx.gpars.extra166y.AbstractParallelAnyArray.DOMPap

static abstract class AbstractParallelAnyArray.DOMPap
extends ParallelDoubleArrayWithMapping

Field Summary
DoubleToObject op

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

 
Method Summary
double dget(int i)

boolean hasMap()

void leafTransfer(int lo, int hi, java.lang.Object[] dest, int offset)

void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, java.lang.Object[] dest, int offset)

long lget(int i)

java.lang.Object oget(int i)

 
Methods inherited from class ParallelDoubleArrayWithMapping
all, all, any, apply, max, max, min, min, reduce, sequentially, summary, summary, withIndexedMapping, withIndexedMapping, withIndexedMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping
 

Field Detail

op

final DoubleToObject op


 
Constructor Detail

AbstractParallelAnyArray.DOMPap

AbstractParallelAnyArray.DOMPap(ForkJoinPool ex, int origin, int fence, double[] array, DoubleToObject op)


 
Method Detail

dget

final double dget(int i)


hasMap

final boolean hasMap()


leafTransfer

final void leafTransfer(int lo, int hi, java.lang.Object[] dest, int offset)


leafTransferByIndex

final void leafTransferByIndex(int[] indices, int loIdx, int hiIdx, java.lang.Object[] 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.