Modifiers | Name | Description |
---|---|---|
Predicate<? super T> |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.OFDCPap
(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Predicate<? super T> selector, IntAndObjectToDouble<? super T> 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> |
ParallelArrayWithMapping<T, V> |
withIndexedMapping(IntAndDoubleToObject<? extends V> mapper) |
|
ParallelArrayWithDoubleMapping<T> |
withIndexedMapping(IntAndDoubleToDouble mapper) |
|
ParallelArrayWithLongMapping<T> |
withIndexedMapping(IntAndDoubleToLong mapper) |
|
ParallelArrayWithDoubleMapping<T> |
withMapping(DoubleOp op) |
|
ParallelArrayWithLongMapping<T> |
withMapping(DoubleToLong op) |
<U> |
ParallelArrayWithMapping<T, U> |
withMapping(DoubleToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.