public class IDUtils
extends java.lang.Object
Generates ids that can be used to identify anything
Constructor and Description |
---|
IDUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
newID()
Uses
System.currentTimeMillis() in id generation so you will never have a duplicate id |