|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object LDMPap groovyx.gpars.extra166y.AbstractParallelAnyArray.LFDMPap
static final class AbstractParallelAnyArray.LFDMPap extends LDMPap
Field Summary | |
---|---|
LongPredicate |
selector
|
Constructor Summary | |
AbstractParallelAnyArray.LFDMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongPredicate selector, LongToDouble 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)
|
ParallelLongArrayWithMapping
|
withIndexedMapping(IntAndDoubleToObject mapper)
|
ParallelLongArrayWithDoubleMapping
|
withIndexedMapping(IntAndDoubleToDouble mapper)
|
ParallelLongArrayWithLongMapping
|
withIndexedMapping(IntAndDoubleToLong mapper)
|
ParallelLongArrayWithLongMapping
|
withMapping(DoubleToLong op)
|
ParallelLongArrayWithDoubleMapping
|
withMapping(DoubleOp op)
|
ParallelLongArrayWithMapping
|
withMapping(DoubleToObject op)
|
Field Detail |
---|
final LongPredicate selector
Constructor Detail |
---|
AbstractParallelAnyArray.LFDMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongPredicate selector, LongToDouble 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 ParallelLongArrayWithMapping withIndexedMapping(IntAndDoubleToObject mapper)
public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndDoubleToDouble mapper)
public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndDoubleToLong mapper)
public ParallelLongArrayWithLongMapping withMapping(DoubleToLong op)
public ParallelLongArrayWithDoubleMapping withMapping(DoubleOp op)
public ParallelLongArrayWithMapping withMapping(DoubleToObject op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.