org.codehaus.gpars

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

java.lang.Object
  LLCPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.LRLCPap

static final class AbstractParallelAnyArray.LRLCPap
extends LLCPap

Field Summary
IntAndLongPredicate selector

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

ParallelLongArrayWithDoubleMapping withMapping(LongToDouble op)

ParallelLongArrayWithLongMapping withMapping(LongOp op)

ParallelLongArrayWithMapping withMapping(LongToObject op)

 

Field Detail

selector

final IntAndLongPredicate selector


 
Constructor Detail

AbstractParallelAnyArray.LRLCPap

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


 
Method Detail

hasFilter

boolean hasFilter()


isSelected

boolean isSelected(int i)


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


withMapping

public ParallelLongArrayWithLongMapping withMapping(LongOp op)


withMapping

public ParallelLongArrayWithMapping withMapping(LongToObject op)


 

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