org.codehaus.gpars

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

java.lang.Object
  LOMPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.LUOMPap

static final class AbstractParallelAnyArray.LUOMPap
extends LOMPap

Constructor Summary
AbstractParallelAnyArray.LUOMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongToObject 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)

ParallelLongArrayWithLongMapping withMapping(ObjectToLong op)

ParallelLongArrayWithDoubleMapping withMapping(ObjectToDouble op)

 

Constructor Detail

AbstractParallelAnyArray.LUOMPap

AbstractParallelAnyArray.LUOMPap(ForkJoinPool ex, int origin, int fence, long[] array, LongToObject op)


 
Method Detail

leafApply

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


leafReduce

java.lang.Object leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base)


withIndexedMapping

public ParallelLongArrayWithMapping withIndexedMapping(IntAndObjectToObject mapper)


withIndexedMapping

public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndObjectToDouble mapper)


withIndexedMapping

public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndObjectToLong mapper)


withMapping

public ParallelLongArrayWithMapping withMapping(Op op)


withMapping

public ParallelLongArrayWithLongMapping withMapping(ObjectToLong op)


withMapping

public ParallelLongArrayWithDoubleMapping withMapping(ObjectToDouble op)


 

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