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