public final class NUID
extends java.lang.Object
nextGlobal().| Constructor and Description |
|---|
NUID()
The default NUID constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
next()
Generate the next NUID string from this instance.
|
static java.lang.String |
nextGlobal() |
static java.lang.String |
nextGlobalSequence() |
java.lang.String |
nextSequence()
Generate the next NUID string from this instance and return only the sequence portion.
|
public NUID()
java.lang.IllegalStateException - if the class cannot find the necessary
SecureRandom instance.public static java.lang.String nextGlobal()
public static java.lang.String nextGlobalSequence()
public java.lang.String next()
public java.lang.String nextSequence()