|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratorStrategy
The strategy used by a generator to produce values.
Method Summary | |
---|---|
java.util.List<? extends java.lang.Number> |
generate(int index)
Generates new numbers. |
void |
reset()
Resets the strategy to its initial state. |
Method Detail |
---|
java.util.List<? extends java.lang.Number> generate(int index) throws java.lang.Exception
index
- the index of the value within the strategy output. Note that
it can be ignored by the implementation, if not needed.
null
if none was generated.
java.lang.Exception
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |