org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class AbstractParallelAnyArray.LULMPap

java.lang.Object
  LLMPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.LULMPap

static final class AbstractParallelAnyArray.LULMPap
extends LLMPap

Constructor Summary
AbstractParallelAnyArray.LULMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongOp op)

 
Method Summary
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)

 

Constructor Detail

AbstractParallelAnyArray.LULMPap

AbstractParallelAnyArray.LULMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongOp op)


 
Method Detail

leafApply

void leafApply(int lo, int hi, LongProcedure procedure)


leafReduce

long leafReduce(int lo, int hi, LongReducer reducer, long base)


withIndexedMapping

public ParallelLongArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)


withIndexedMapping

public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)


withIndexedMapping

public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)


withMapping

public ParallelLongArrayWithLongMapping withMapping(LongOp op)


withMapping

public ParallelLongArrayWithDoubleMapping withMapping(LongToDouble op)


withMapping

public ParallelLongArrayWithMapping withMapping(LongToObject op)


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.