public static interface ParallelRangeExecutor.RangeExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(int taskIndex,
int min,
int max)
Perform the execution on the specified range
|
void execute(int taskIndex,
int min,
int max)
taskIndex - The index of the task. This is the number of
the range that is specified by the given min and
max values. This index may be used to store results
that are produced by this RangeExecutor, for
example, in a list.min - The minimum index, inclusivemax - The maximum index, exclusiveCopyright © 2020. All rights reserved.