Constructor and description |
---|
AbstractParallelAnyArray.DULMPap
(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, DoubleToLong op) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
leafApply(int lo, int hi, LongProcedure procedure) |
|
long |
leafReduce(int lo, int hi, LongReducer reducer, long base) |
<V> |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndLongToObject<? extends V> mapper) |
|
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndLongToDouble mapper) |
|
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndLongToLong mapper) |
|
ParallelDoubleArrayWithDoubleMapping |
withMapping(LongToDouble op) |
|
ParallelDoubleArrayWithLongMapping |
withMapping(LongOp op) |
<U> |
ParallelDoubleArrayWithMapping<U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.