|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParallelRunnable
Interface for producing Runnable objects to be run in parallel.
Method Summary | |
---|---|
int |
getLength()
Get the length of the whole set to be run in parallel. |
Runnable |
getRunnable(int startValue,
int length)
Get the Runnable object for the specified stride. |
Method Detail |
---|
int getLength()
Runnable getRunnable(int startValue, int length)
startValue
- The starting value for the stride.length
- The length of the stride.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |