Modifiers | Name | Description |
---|---|---|
LongPredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.LFDCPap
(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, LongPredicate selector, IntAndLongToDouble op) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
hasFilter() |
|
boolean |
isSelected(int i) |
|
void |
leafApply(int lo, int hi, DoubleProcedure procedure) |
|
double |
leafReduce(int lo, int hi, DoubleReducer reducer, double base) |
<V> |
ParallelLongArrayWithMapping<V> |
withIndexedMapping(IntAndDoubleToObject<? extends V> mapper) |
|
ParallelLongArrayWithDoubleMapping |
withIndexedMapping(IntAndDoubleToDouble mapper) |
|
ParallelLongArrayWithLongMapping |
withIndexedMapping(IntAndDoubleToLong mapper) |
|
ParallelLongArrayWithDoubleMapping |
withMapping(DoubleOp op) |
|
ParallelLongArrayWithLongMapping |
withMapping(DoubleToLong op) |
<U> |
ParallelLongArrayWithMapping<U> |
withMapping(DoubleToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.