public final class UUIDManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<UUID> |
RESERVED_UUID |
static Set<String> |
RESERVED_UUID_STRING |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
generateValidRandomUUID() |
static Set<UUID> |
getAllReservedUUID() |
static Set<String> |
getAllReservedUUIDAsStrings() |
static boolean |
isReservedUUID(String uuid) |
static boolean |
isReservedUUID(UUID uuid) |
Copyright © 2022. All Rights Reserved.