|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object DOMPap groovyx.gpars.extra166y.AbstractParallelAnyArray.DFOMPap
static final class AbstractParallelAnyArray.DFOMPap extends DOMPap
Field Summary | |
---|---|
DoublePredicate |
selector
|
Constructor Summary | |
AbstractParallelAnyArray.DFOMPap(ForkJoinPool ex, int origin, int fence, double[] array, DoublePredicate selector, DoubleToObject op)
|
Method Summary | |
---|---|
ParallelArray
|
all(java.lang.Class elementType)
|
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 DoublePredicate selector
Constructor Detail |
---|
AbstractParallelAnyArray.DFOMPap(ForkJoinPool ex, int origin, int fence, double[] array, DoublePredicate selector, DoubleToObject op)
Method Detail |
---|
public ParallelArray all(java.lang.Class elementType)
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.