|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object OLMPap groovyx.gpars.extra166y.AbstractParallelAnyArray.OULMPap
static final class AbstractParallelAnyArray.OULMPap extends OLMPap
Constructor Summary | |
AbstractParallelAnyArray.OULMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, ObjectToLong op)
|
Method Summary | |
---|---|
void
|
leafApply(int lo, int hi, LongProcedure procedure)
|
long
|
leafReduce(int lo, int hi, LongReducer reducer, long base)
|
ParallelArrayWithMapping
|
withIndexedMapping(IntAndLongToObject mapper)
|
ParallelArrayWithDoubleMapping
|
withIndexedMapping(IntAndLongToDouble mapper)
|
ParallelArrayWithLongMapping
|
withIndexedMapping(IntAndLongToLong mapper)
|
ParallelArrayWithDoubleMapping
|
withMapping(LongToDouble op)
|
ParallelArrayWithLongMapping
|
withMapping(LongOp op)
|
ParallelArrayWithMapping
|
withMapping(LongToObject op)
|
Constructor Detail |
---|
AbstractParallelAnyArray.OULMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, ObjectToLong op)
Method Detail |
---|
void leafApply(int lo, int hi, LongProcedure procedure)
long leafReduce(int lo, int hi, LongReducer reducer, long base)
public ParallelArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)
public ParallelArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)
public ParallelArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)
public ParallelArrayWithDoubleMapping withMapping(LongToDouble op)
public ParallelArrayWithLongMapping withMapping(LongOp op)
public ParallelArrayWithMapping withMapping(LongToObject op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.