Package | Description |
---|---|
java.util |
Utilities
|
Modifier and Type | Method and Description |
---|---|
static UUID |
UUID.fromString(String name)
Creates a UUID object from a Sting representation.
|
static UUID |
UUID.randomUUID()
Generate a Leach-Salz (Variant 2) randomly generated (version 4)
UUID.
|
Modifier and Type | Method and Description |
---|---|
int |
UUID.compareTo(UUID o)
Compare this UUID to another.
|