|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongIdentifierGenerator
LongIdentifier
defines a simple interface for
Long based identifier generation.
Method Summary | |
---|---|
long |
maxValue()
Returns the maximum value of an identifier from this generator. |
long |
minValue()
Returns the minimum value of an identifier from this generator. |
java.lang.Long |
nextLongIdentifier()
Gets the next identifier in the sequence. |
Methods inherited from interface org.apache.commons.id.IdentifierGenerator |
---|
nextIdentifier |
Method Detail |
---|
java.lang.Long nextLongIdentifier()
long maxValue()
long minValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |