public class ParseUUID
extends java.lang.Object
ValueString containing a correct UUID.| Constructor and Description |
|---|
ParseUUID() |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
attemptUUIDParse(ValueString str)
Attempts to parse the provided
ValueString as
a UUID into hash value in two longs. |
static long |
attemptUUIDParseHigh(ValueString str) |
static boolean |
isUUID(ValueString str)
Confirms whether the provided UUID is considered
valid.
|
public static final boolean isUUID(ValueString str)
str - public static long[] attemptUUIDParse(ValueString str)
ValueString as
a UUID into hash value in two longs.
Warning: as written, this method does modify the state
of the passed in ValueString.str - public static long attemptUUIDParseHigh(ValueString str)