| Modifier and Type | Method and Description |
|---|---|
static UUID |
fromString(String string)
Parses a UUID from an undashed string.
|
static String |
toString(UUID uuid)
Returns a
UUID.toString() string without dashes. |
public static String toString(UUID uuid)
UUID.toString() string without dashes.uuid - the uuidpublic static UUID fromString(String string) throws IllegalArgumentException
string - the stringIllegalArgumentExceptionCopyright © 2022. All rights reserved.