public final class DefaultLongNumericGenerator extends Object implements LongNumericGenerator
| Constructor and Description |
|---|
DefaultLongNumericGenerator() |
DefaultLongNumericGenerator(long initialValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNextLong()
Get the next long in the sequence.
|
String |
getNextNumberAsString()
Method to retrieve the next number as a String.
|
protected long |
getNextValue() |
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.
|
public DefaultLongNumericGenerator()
public DefaultLongNumericGenerator(long initialValue)
public long getNextLong()
LongNumericGeneratorgetNextLong in interface LongNumericGeneratorpublic String getNextNumberAsString()
NumericGeneratorgetNextNumberAsString in interface NumericGeneratorpublic int maxLength()
NumericGeneratormaxLength in interface NumericGeneratorpublic int minLength()
NumericGeneratorminLength in interface NumericGeneratorprotected long getNextValue()
Copyright © 2004-2014 Jasig. All Rights Reserved.