org.codehaus.gpars

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

java.lang.Object
  DLMPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.DULMPap

static final class AbstractParallelAnyArray.DULMPap
extends DLMPap

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

 
Method Summary
void leafApply(int lo, int hi, LongProcedure procedure)

long leafReduce(int lo, int hi, LongReducer reducer, long base)

ParallelDoubleArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)

ParallelDoubleArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)

ParallelDoubleArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)

ParallelDoubleArrayWithDoubleMapping withMapping(LongToDouble op)

ParallelDoubleArrayWithLongMapping withMapping(LongOp op)

ParallelDoubleArrayWithMapping withMapping(LongToObject op)

 

Constructor Detail

AbstractParallelAnyArray.DULMPap

AbstractParallelAnyArray.DULMPap(ForkJoinPool ex, int origin, int fence, double[] array, DoubleToLong op)


 
Method Detail

leafApply

void leafApply(int lo, int hi, LongProcedure procedure)


leafReduce

long leafReduce(int lo, int hi, LongReducer reducer, long base)


withIndexedMapping

public ParallelDoubleArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)


withIndexedMapping

public ParallelDoubleArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)


withIndexedMapping

public ParallelDoubleArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)


withMapping

public ParallelDoubleArrayWithDoubleMapping withMapping(LongToDouble op)


withMapping

public ParallelDoubleArrayWithLongMapping withMapping(LongOp op)


withMapping

public ParallelDoubleArrayWithMapping withMapping(LongToObject op)


 

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