Modifiers | Name | Description |
---|---|---|
Predicate<? super T> |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.OFLMPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, T[] array, Predicate<? super T> selector, ObjectToLong<? super T> op) |
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) |
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) |
ParallelArrayWithMapping<T, U> |
withMapping(LongToObject<? extends U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.