|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object LOCPap groovyx.gpars.extra166y.AbstractParallelAnyArray.LUOCPap
static final class AbstractParallelAnyArray.LUOCPap extends LOCPap
Constructor Summary | |
AbstractParallelAnyArray.LUOCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongToObject 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)
|
ParallelLongArrayWithMapping
|
withIndexedMapping(IntAndObjectToObject mapper)
|
ParallelLongArrayWithDoubleMapping
|
withIndexedMapping(IntAndObjectToDouble mapper)
|
ParallelLongArrayWithLongMapping
|
withIndexedMapping(IntAndObjectToLong mapper)
|
ParallelLongArrayWithMapping
|
withMapping(Op op)
|
ParallelLongArrayWithDoubleMapping
|
withMapping(ObjectToDouble op)
|
ParallelLongArrayWithLongMapping
|
withMapping(ObjectToLong op)
|
Constructor Detail |
---|
AbstractParallelAnyArray.LUOCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongToObject 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 ParallelLongArrayWithMapping withIndexedMapping(IntAndObjectToObject mapper)
public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndObjectToDouble mapper)
public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndObjectToLong mapper)
public ParallelLongArrayWithMapping withMapping(Op op)
public ParallelLongArrayWithDoubleMapping withMapping(ObjectToDouble op)
public ParallelLongArrayWithLongMapping withMapping(ObjectToLong op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.