Constructor and description |
---|
AbstractParallelAnyArray.DUOMPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, double[] array, DoubleToObject<? extends U> op) |
Type | Name and description |
---|---|
void |
leafApply(int lo, int hi, Procedure procedure) |
java.lang.Object |
leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base) |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndObjectToObject<? super U, ? extends V> mapper) |
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndObjectToLong<? super U> mapper) |
ParallelDoubleArrayWithMapping<V> |
withMapping(Op<? super U, ? extends V> op) |
ParallelDoubleArrayWithDoubleMapping |
withMapping(ObjectToDouble<? super U> op) |
ParallelDoubleArrayWithLongMapping |
withMapping(ObjectToLong<? super U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.