(package private) void |
AbstractParallelAnyArray.leafIndexMap(int l,
int h,
Ops.IntToObject op) |
(package private) void |
AbstractParallelAnyArray.OUPap.leafIndexMap(int l,
int h,
Ops.IntToObject op) |
(package private) void |
AbstractParallelAnyArray.OFPap.leafIndexMap(int l,
int h,
Ops.IntToObject op) |
(package private) void |
AbstractParallelAnyArray.ORPap.leafIndexMap(int l,
int h,
Ops.IntToObject op) |
ParallelArray<T> |
ParallelArray.replaceWithMappedIndex(Ops.IntToObject<? extends T> op)
Replaces elements with the results of applying the given
mapping to their indices.
|
ParallelArrayWithFilter<T> |
ParallelArrayWithFilter.replaceWithMappedIndex(Ops.IntToObject<? extends T> op)
Replaces elements with the results of applying the given
op to their indices.
|