org.codehaus.gpars

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

java.lang.Object
  LOCPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.LROCPap

static final class AbstractParallelAnyArray.LROCPap
extends LOCPap

Field Summary
IntAndLongPredicate selector

 
Constructor Summary
AbstractParallelAnyArray.LROCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongPredicate selector, IntAndLongToObject op)

 
Method Summary
boolean hasFilter()

boolean isSelected(int i)

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)

 

Field Detail

selector

final IntAndLongPredicate selector


 
Constructor Detail

AbstractParallelAnyArray.LROCPap

AbstractParallelAnyArray.LROCPap(ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongPredicate selector, IntAndLongToObject op)


 
Method Detail

hasFilter

boolean hasFilter()


isSelected

boolean isSelected(int i)


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 ParallelLongArrayWithDoubleMapping withMapping(ObjectToDouble op)


withMapping

public ParallelLongArrayWithLongMapping withMapping(ObjectToLong op)


 

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