org.codehaus.gpars

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

java.lang.Object
  DLCPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.DFLCPap

static final class AbstractParallelAnyArray.DFLCPap
extends DLCPap

Field Summary
DoublePredicate selector

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

 
Method Summary
boolean hasFilter()

boolean isSelected(int i)

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)

 

Field Detail

selector

final DoublePredicate selector


 
Constructor Detail

AbstractParallelAnyArray.DFLCPap

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


 
Method Detail

hasFilter

boolean hasFilter()


isSelected

boolean isSelected(int i)


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–2013 Václav Pech. All Rights Reserved.