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