Modifiers | Name | Description |
---|---|---|
DoublePredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.DFOCPap
(jsr166y.ForkJoinPool ex, int origin, int fence, double[] array, DoublePredicate selector, IntAndDoubleToObject<? extends U> op) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
hasFilter() |
|
boolean |
isSelected(int i) |
|
void |
leafApply(int lo, int hi, Procedure procedure) |
|
java.lang.Object |
leafReduce(int lo, int hi, Reducer reducer, java.lang.Object base) |
<V> |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndObjectToObject<? super U, ? extends V> mapper) |
|
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndObjectToDouble<? super U> mapper) |
|
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndObjectToLong<? super U> mapper) |
<V> |
ParallelDoubleArrayWithMapping<V> |
withMapping(Op<? super U, ? extends V> op) |
|
ParallelDoubleArrayWithDoubleMapping |
withMapping(ObjectToDouble<? super U> op) |
|
ParallelDoubleArrayWithLongMapping |
withMapping(ObjectToLong<? super U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.