Modifiers | Name | Description |
---|---|---|
DoublePredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.DFLMPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, double[] array, DoublePredicate selector, DoubleToLong op) |
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) |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndLongToObject<? extends V> mapper) |
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndLongToDouble mapper) |
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndLongToLong mapper) |
ParallelDoubleArrayWithDoubleMapping |
withMapping(LongToDouble op) |
ParallelDoubleArrayWithLongMapping |
withMapping(LongOp op) |
ParallelDoubleArrayWithMapping<U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.