static
Class UID
Global utility for generating sequential unique ID numbers.
The UID class uses a static interface (ex. UID.get()) and should not be instantiated.
Methods
static
Number
get
(
)
Returns the next unique id.
- Returns:
Number
- The next unique id