|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.extra166y.AbstractParallelAnyArray.LPap groovyx.gpars.extra166y.ParallelLongArrayWithLongMapping groovyx.gpars.extra166y.ParallelLongArrayWithFilter groovyx.gpars.extra166y.ParallelLongArrayWithBounds groovyx.gpars.extra166y.AbstractParallelAnyArray.LUPap
static class AbstractParallelAnyArray.LUPap extends ParallelLongArrayWithBounds
Constructor Summary | |
AbstractParallelAnyArray.LUPap(ForkJoinPool ex, int origin, int fence, long[] array)
|
Methods inherited from class ParallelLongArrayWithBounds | |
---|---|
binarySearch, binarySearch, cumulate, cumulateSum, indexOf, precumulate, precumulateSum, sort, sort, withBounds |
Methods inherited from class ParallelLongArrayWithLongMapping | |
---|---|
all, apply, max, max, min, min, reduce, sequentially, sum, summary, summary, withIndexedMapping, withIndexedMapping, withIndexedMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping |
Constructor Detail |
---|
AbstractParallelAnyArray.LUPap(ForkJoinPool ex, int origin, int fence, long[] array)
Method Detail |
---|
public int binarySearch(long target)
public int binarySearch(long target, LongComparator comparator)
public ParallelLongArrayWithBounds cumulate(LongReducer reducer, long base)
public ParallelLongArrayWithBounds cumulateSum()
public int indexOf(long target)
final void leafApply(int lo, int hi, LongProcedure procedure)
final void leafBinaryIndexMap(int l, int h, IntAndLongToLong op)
final void leafCombineInPlace(int l, int h, long[] other, int otherOffset, BinaryLongOp combiner)
final void leafCombineInPlace(int l, int h, ParallelLongArrayWithLongMapping other, int otherOffset, BinaryLongOp combiner)
final void leafFill(int l, int h, long value)
final void leafGenerate(int l, int h, LongGenerator generator)
final void leafIndexMap(int l, int h, IntToLong op)
final long leafReduce(int lo, int hi, LongReducer reducer, long base)
final void leafTransform(int l, int h, LongOp op)
public long precumulate(LongReducer reducer, long base)
public long precumulateSum()
public ParallelLongArrayWithBounds sort(LongComparator cmp)
public ParallelLongArrayWithBounds sort()
public ParallelLongArrayWithBounds withBounds(int lo, int hi)
public ParallelLongArrayWithFilter withFilter(LongPredicate selector)
public ParallelLongArrayWithFilter withIndexedFilter(IntAndLongPredicate selector)
public ParallelLongArrayWithMapping withIndexedMapping(IntAndLongToObject mapper)
public ParallelLongArrayWithDoubleMapping withIndexedMapping(IntAndLongToDouble mapper)
public ParallelLongArrayWithLongMapping withIndexedMapping(IntAndLongToLong mapper)
public ParallelLongArrayWithMapping withMapping(LongToObject op)
public ParallelLongArrayWithLongMapping withMapping(LongOp op)
public ParallelLongArrayWithDoubleMapping withMapping(LongToDouble op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.