Modifiers | Name | Description |
---|---|---|
IntAndDoublePredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.DRLMPap
(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, IntAndDoublePredicate selector, DoubleToLong op) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
hasFilter() |
|
boolean |
isSelected(int i) |
|
void |
leafApply(int lo, int hi, LongProcedure procedure) |
|
long |
leafReduce(int lo, int hi, LongReducer reducer, long base) |
<V> |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndLongToObject<? extends V> mapper) |
|
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndLongToDouble mapper) |
|
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndLongToLong mapper) |
|
ParallelDoubleArrayWithDoubleMapping |
withMapping(LongToDouble op) |
|
ParallelDoubleArrayWithLongMapping |
withMapping(LongOp op) |
<U> |
ParallelDoubleArrayWithMapping<U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.