|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object DOCPap groovyx.gpars.extra166y.AbstractParallelAnyArray.DROCPap
static final class AbstractParallelAnyArray.DROCPap extends DOCPap
Field Summary | |
---|---|
IntAndDoublePredicate |
selector
|
Constructor Summary | |
AbstractParallelAnyArray.DROCPap(ForkJoinPool ex, int origin, int fence, double[] array, IntAndDoublePredicate selector, IntAndDoubleToObject op)
|
Method Summary | |
---|---|
boolean
|
hasFilter()
|
boolean
|
isSelected(int i)
|
void
|
leafApply(int lo, int hi, Procedure procedure)
|
java.lang.Object
|
leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base)
|
ParallelDoubleArrayWithMapping
|
withIndexedMapping(IntAndObjectToObject mapper)
|
ParallelDoubleArrayWithDoubleMapping
|
withIndexedMapping(IntAndObjectToDouble mapper)
|
ParallelDoubleArrayWithLongMapping
|
withIndexedMapping(IntAndObjectToLong mapper)
|
ParallelDoubleArrayWithMapping
|
withMapping(Op op)
|
ParallelDoubleArrayWithDoubleMapping
|
withMapping(ObjectToDouble op)
|
ParallelDoubleArrayWithLongMapping
|
withMapping(ObjectToLong op)
|
Field Detail |
---|
final IntAndDoublePredicate selector
Constructor Detail |
---|
AbstractParallelAnyArray.DROCPap(ForkJoinPool ex, int origin, int fence, double[] array, IntAndDoublePredicate selector, IntAndDoubleToObject op)
Method Detail |
---|
boolean hasFilter()
boolean isSelected(int i)
void leafApply(int lo, int hi, Procedure procedure)
java.lang.Object leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base)
public ParallelDoubleArrayWithMapping withIndexedMapping(IntAndObjectToObject mapper)
public ParallelDoubleArrayWithDoubleMapping withIndexedMapping(IntAndObjectToDouble mapper)
public ParallelDoubleArrayWithLongMapping withIndexedMapping(IntAndObjectToLong mapper)
public ParallelDoubleArrayWithMapping withMapping(Op op)
public ParallelDoubleArrayWithDoubleMapping withMapping(ObjectToDouble op)
public ParallelDoubleArrayWithLongMapping withMapping(ObjectToLong op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.