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