Class IdentifierSequence
- java.lang.Object
-
- net.anwiba.commons.lang.identifier.IdentifierSequence
-
public class IdentifierSequence extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdentifierSequence()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IdentifiergetNext()static IdentifiergetNext(java.lang.String scope)protected static longgetNextValue()
-
-
-
Method Detail
-
getNext
public static Identifier getNext()
-
getNext
public static Identifier getNext(java.lang.String scope)
-
getNextValue
protected static long getNextValue()
-
-