| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
MASK_UNSIGNED_SHORT |
65535L |
protected static final String |
OVERRUN_MESSAGE |
"The system overran the generator by requesting too many GUIDs." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALPHABET_BASE_32 |
"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567" |
public static final String |
ALPHABET_BASE_32_CROCKFORD |
"0123456789ABCDEFGHJKMNPQRSTVWXYZ" |
public static final String |
ALPHABET_BASE_32_HEX |
"0123456789ABCDEFGHIJKLMNOPQRSTUV" |
public static final String |
ALPHABET_BASE_32_Z |
"ybndrfg8ejkmcpqxot1uwisza345h769" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ULID_PATTERN_LOOSE |
"^[0-9a-tv-zA-TV-Z]{26}$" |
protected static final String |
ULID_PATTERN_STRICT |
"^[0-9a-hjkmnp-tv-zA-HJKMNP-TV-Z]{26}$" |
Copyright © 2020. All rights reserved.