Modifiers | Name | Description |
---|---|---|
IntAndLongPredicate |
selector |
Constructor and description |
---|
AbstractParallelAnyArray.LROCPap
(java.util.concurrent.ForkJoinPool ex, int origin, int fence, long[] array, IntAndLongPredicate selector, IntAndLongToObject<? extends U> op) |
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) |
ParallelLongArrayWithMapping<V> |
withIndexedMapping(IntAndObjectToObject<? super U, ? extends V> mapper) |
ParallelLongArrayWithDoubleMapping |
withIndexedMapping(IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithLongMapping |
withIndexedMapping(IntAndObjectToLong<? super U> mapper) |
ParallelLongArrayWithMapping<V> |
withMapping(Op<? super U, ? extends V> op) |
ParallelLongArrayWithDoubleMapping |
withMapping(ObjectToDouble<? super U> op) |
ParallelLongArrayWithLongMapping |
withMapping(ObjectToLong<? super U> op) |
Copyright © 2008–2014 Václav Pech. All Rights Reserved.