|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ODMPap groovyx.gpars.extra166y.AbstractParallelAnyArray.OFDMPap
static final class AbstractParallelAnyArray.OFDMPap extends ODMPap
Field Summary | |
---|---|
Predicate |
selector
|
Constructor Summary | |
AbstractParallelAnyArray.OFDMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, Predicate selector, ObjectToDouble op)
|
Method Summary | |
---|---|
boolean
|
hasFilter()
|
boolean
|
isSelected(int i)
|
void
|
leafApply(int lo, int hi, DoubleProcedure procedure)
|
double
|
leafReduce(int lo, int hi, DoubleReducer reducer, double base)
|
ParallelArrayWithMapping
|
withIndexedMapping(IntAndDoubleToObject mapper)
|
ParallelArrayWithDoubleMapping
|
withIndexedMapping(IntAndDoubleToDouble mapper)
|
ParallelArrayWithLongMapping
|
withIndexedMapping(IntAndDoubleToLong mapper)
|
ParallelArrayWithDoubleMapping
|
withMapping(DoubleOp op)
|
ParallelArrayWithLongMapping
|
withMapping(DoubleToLong op)
|
ParallelArrayWithMapping
|
withMapping(DoubleToObject op)
|
Field Detail |
---|
final Predicate selector
Constructor Detail |
---|
AbstractParallelAnyArray.OFDMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, Predicate selector, ObjectToDouble op)
Method Detail |
---|
boolean hasFilter()
boolean isSelected(int i)
void leafApply(int lo, int hi, DoubleProcedure procedure)
double leafReduce(int lo, int hi, DoubleReducer reducer, double base)
public ParallelArrayWithMapping withIndexedMapping(IntAndDoubleToObject mapper)
public ParallelArrayWithDoubleMapping withIndexedMapping(IntAndDoubleToDouble mapper)
public ParallelArrayWithLongMapping withIndexedMapping(IntAndDoubleToLong mapper)
public ParallelArrayWithDoubleMapping withMapping(DoubleOp op)
public ParallelArrayWithLongMapping withMapping(DoubleToLong op)
public ParallelArrayWithMapping withMapping(DoubleToObject op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.