(package private) void |
AbstractParallelAnyArray.leafIndexMap(int l,
int h,
Ops.IntToLong array) |
(package private) void |
AbstractParallelAnyArray.LUPap.leafIndexMap(int l,
int h,
Ops.IntToLong op) |
(package private) void |
AbstractParallelAnyArray.LFPap.leafIndexMap(int l,
int h,
Ops.IntToLong op) |
(package private) void |
AbstractParallelAnyArray.LRPap.leafIndexMap(int l,
int h,
Ops.IntToLong op) |
ParallelLongArray |
ParallelLongArray.replaceWithMappedIndex(Ops.IntToLong op)
Replaces elements with the results of applying the given
op to their indices.
|
ParallelLongArrayWithFilter |
ParallelLongArrayWithFilter.replaceWithMappedIndex(Ops.IntToLong op)
Replaces elements with the results of applying the given
op to their indices.
|