| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
MAX_HIGH |
65535L |
protected static final long |
MAX_LOW |
-1L |
protected static final String |
OVERFLOW_MESSAGE |
"The system caused an overflow in the generator by requesting too many IDs." |
| 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.