| Modifier and Type | Constant Field | Value |
|---|---|---|
public static int |
CLOSING_BRACKET |
93 |
public static int |
COMMA |
44 |
public static int |
OPENING_BRACKET |
91 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static int |
BOM |
65279 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static int |
BACKSLASH |
92 |
public static int |
DIGIT_0 |
48 |
public static int |
DIGIT_9 |
57 |
public static int |
DOUBLE_QUOTE |
34 |
public static int |
LETTER_A |
65 |
public static int |
LETTER_F |
70 |
public static int |
LETTER_a |
97 |
public static int |
LETTER_b |
98 |
public static int |
LETTER_f |
102 |
public static int |
LETTER_n |
110 |
public static int |
LETTER_r |
114 |
public static int |
LETTER_t |
116 |
public static int |
LETTER_u |
117 |
public static int |
SLASH |
47 |