public class UniqueId extends Object
| Constructor and Description |
|---|
UniqueId() |
| Modifier and Type | Method and Description |
|---|---|
static UniqueId |
fromValue(long value)
Creates a unique id from a number
|
static UniqueId |
random()
Static factory to generate a random unique id.
|
String |
toString() |
public static UniqueId random()
public static UniqueId fromValue(long value)
value - A number to create this unique id fromCopyright © 2022 drjekyll.org. All rights reserved.