Constructor and description |
---|
AbstractParallelAnyArray.OULCPap
(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, IntAndObjectToLong<? super T> 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> |
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) |
<U> |
ParallelArrayWithMapping<T, U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.