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