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