Constructor and description |
---|
AbstractParallelAnyArray.OUOCPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, T[] array, IntAndObjectToObject<? super T, ? 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) |
ParallelArrayWithMapping<T, V> |
withIndexedMapping(IntAndObjectToObject<? super U, ? extends V> mapper) |
ParallelArrayWithDoubleMapping<T> |
withIndexedMapping(IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithLongMapping<T> |
withIndexedMapping(IntAndObjectToLong<? super U> mapper) |
ParallelArrayWithMapping<T, V> |
withMapping(Op<? super U, ? extends V> op) |
ParallelArrayWithDoubleMapping<T> |
withMapping(ObjectToDouble<? super U> op) |
ParallelArrayWithLongMapping<T> |
withMapping(ObjectToLong<? super U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.