Modifiers | Name | Description |
---|---|---|
DoublePredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.DFOMPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, double[] array, DoublePredicate selector, DoubleToObject<? extends U> op) |
Type | Name and description |
---|---|
ParallelArray<U> |
all(java.lang.Class<? super U> elementType) |
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) |
ParallelDoubleArrayWithMapping<V> |
withIndexedMapping(IntAndObjectToObject<? super U, ? extends V> mapper) |
ParallelDoubleArrayWithDoubleMapping |
withIndexedMapping(IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithLongMapping |
withIndexedMapping(IntAndObjectToLong<? super U> mapper) |
ParallelDoubleArrayWithMapping<V> |
withMapping(Op<? super U, ? extends V> op) |
ParallelDoubleArrayWithDoubleMapping |
withMapping(ObjectToDouble<? super U> op) |
ParallelDoubleArrayWithLongMapping |
withMapping(ObjectToLong<? super U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.