public interface NumericGenerator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextNumberAsString()
Method to retrieve the next number as a String.
|
int |
maxLength()
The guaranteed maximum length of a String returned by this generator.
|
int |
minLength()
The guaranteed minimum length of a String returned by this generator.
|
java.lang.String getNextNumberAsString()
int maxLength()
int minLength()