Methods
Type |
Name and description |
boolean |
hasFilter()
|
boolean |
isSelected(int i)
|
void |
leafApply(int lo, int hi, LongProcedure procedure)
|
void |
leafBinaryIndexMap(int l, int h, IntAndLongToLong op)
|
void |
leafCombineInPlace(int l, int h, long[] other, int otherOffset, BinaryLongOp combiner)
|
void |
leafCombineInPlace(int l, int h, ParallelLongArrayWithLongMapping other, int otherOffset, BinaryLongOp combiner)
|
void |
leafFill(int l, int h, long value)
|
void |
leafGenerate(int l, int h, LongGenerator generator)
|
void |
leafIndexMap(int l, int h, IntToLong op)
|
long |
leafReduce(int lo, int hi, LongReducer reducer, long base)
|
void |
leafTransform(int l, int h, LongOp op)
|
ParallelLongArrayWithFilter |
withFilter(LongPredicate selector)
|
ParallelLongArrayWithFilter |
withIndexedFilter(IntAndLongPredicate selector)
|
ParallelLongArrayWithMapping<V> |
withIndexedMapping(IntAndLongToObject<? extends V> mapper)
|
ParallelLongArrayWithDoubleMapping |
withIndexedMapping(IntAndLongToDouble mapper)
|
ParallelLongArrayWithLongMapping |
withIndexedMapping(IntAndLongToLong mapper)
|
ParallelLongArrayWithMapping<U> |
withMapping(LongToObject<? extends U> op)
|
ParallelLongArrayWithLongMapping |
withMapping(LongOp op)
|
ParallelLongArrayWithDoubleMapping |
withMapping(LongToDouble op)
|