Modifiers | Name | Description |
---|---|---|
Predicate<? super T> |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.OFLMPap
(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Predicate<? super T> selector, ObjectToLong<? super T> op) |
Type Params | Return 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) |
<V> |
ParallelArrayWithMapping<T, V> |
withIndexedMapping(IntAndLongToObject<? extends V> mapper) |
|
ParallelArrayWithDoubleMapping<T> |
withIndexedMapping(IntAndLongToDouble mapper) |
|
ParallelArrayWithLongMapping<T> |
withIndexedMapping(IntAndLongToLong mapper) |
|
ParallelArrayWithDoubleMapping<T> |
withMapping(LongToDouble op) |
|
ParallelArrayWithLongMapping<T> |
withMapping(LongOp op) |
<U> |
ParallelArrayWithMapping<T, U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2013 Václav Pech. All Rights Reserved.