org.codehaus.gpars

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

java.lang.Object
  OLMPap
      groovyx.gpars.extra166y.AbstractParallelAnyArray.ORLMPap

static final class AbstractParallelAnyArray.ORLMPap
extends OLMPap

Field Summary
IntAndObjectPredicate selector

 
Constructor Summary
AbstractParallelAnyArray.ORLMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, IntAndObjectPredicate selector, ObjectToLong 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)

ParallelArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)

ParallelArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)

ParallelArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)

ParallelArrayWithDoubleMapping withMapping(LongToDouble op)

ParallelArrayWithLongMapping withMapping(LongOp op)

ParallelArrayWithMapping withMapping(LongToObject op)

 

Field Detail

selector

final IntAndObjectPredicate selector


 
Constructor Detail

AbstractParallelAnyArray.ORLMPap

AbstractParallelAnyArray.ORLMPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array, IntAndObjectPredicate selector, ObjectToLong 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 ParallelArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)


withIndexedMapping

public ParallelArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)


withIndexedMapping

public ParallelArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)


withMapping

public ParallelArrayWithDoubleMapping withMapping(LongToDouble op)


withMapping

public ParallelArrayWithLongMapping withMapping(LongOp op)


withMapping

public ParallelArrayWithMapping withMapping(LongToObject op)


 

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