public interface Chunk
Modifier and Type | Method and Description |
---|---|
void |
execute(long startIndex,
long stepSize,
long numSteps)
Solve the subproblem for the element at startIndex, increase the index by
the given stepSize and repeat numSteps.
|
void execute(long startIndex, long stepSize, long numSteps)
startIndex
- zero based index that identifies the first element of
this subproblem (w.r.t. the global problem enumeration)stepSize
- the step-size between two consecutive elementsnumSteps
- how many steps shall be takenCopyright © 2014–2022 ImageJ. All rights reserved.