|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.extra166y.AbstractParallelAnyArray.OPap groovyx.gpars.extra166y.ParallelArrayWithMapping groovyx.gpars.extra166y.ParallelArrayWithFilter groovyx.gpars.extra166y.ParallelArrayWithBounds groovyx.gpars.extra166y.AbstractParallelAnyArray.OUPap
static class AbstractParallelAnyArray.OUPap extends ParallelArrayWithBounds
Constructor Summary | |
AbstractParallelAnyArray.OUPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array)
|
Methods inherited from class ParallelArrayWithBounds | |
---|---|
binarySearch, binarySearch, cumulate, indexOf, precumulate, sort, sort, withBounds |
Methods inherited from class ParallelArrayWithMapping | |
---|---|
all, all, any, apply, max, max, min, min, reduce, sequentially, summary, summary, withIndexedMapping, withIndexedMapping, withIndexedMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping, withMapping |
Constructor Detail |
---|
AbstractParallelAnyArray.OUPap(ForkJoinPool ex, int origin, int fence, java.lang.Object[] array)
Method Detail |
---|
public int binarySearch(java.lang.Object target)
public int binarySearch(java.lang.Object target, java.util.Comparator comparator)
public ParallelArrayWithBounds cumulate(Reducer reducer, java.lang.Object base)
public int indexOf(java.lang.Object target)
final void leafApply(int lo, int hi, Procedure procedure)
final void leafBinaryIndexMap(int l, int h, IntAndObjectToObject op)
final void leafCombineInPlace(int l, int h, java.lang.Object[] other, int otherOffset, BinaryOp combiner)
final void leafCombineInPlace(int l, int h, ParallelArrayWithMapping other, int otherOffset, BinaryOp combiner)
final void leafFill(int l, int h, java.lang.Object value)
final void leafGenerate(int l, int h, Generator generator)
final void leafIndexMap(int l, int h, IntToObject op)
final java.lang.Object leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base)
final void leafTransform(int l, int h, Op op)
public java.lang.Object precumulate(Reducer reducer, java.lang.Object base)
public ParallelArrayWithBounds sort(java.util.Comparator cmp)
public ParallelArrayWithBounds sort()
public ParallelArrayWithBounds withBounds(int lo, int hi)
public ParallelArrayWithFilter withFilter(Predicate selector)
public ParallelArrayWithFilter withIndexedFilter(IntAndObjectPredicate selector)
public ParallelArrayWithMapping withIndexedMapping(IntAndObjectToObject mapper)
public ParallelArrayWithDoubleMapping withIndexedMapping(IntAndObjectToDouble mapper)
public ParallelArrayWithLongMapping withIndexedMapping(IntAndObjectToLong mapper)
public ParallelArrayWithMapping withMapping(Op op)
public ParallelArrayWithDoubleMapping withMapping(ObjectToDouble op)
public ParallelArrayWithLongMapping withMapping(ObjectToLong op)
Copyright © 2008–2013 Václav Pech. All Rights Reserved.