| Modifiers | Name | Description | 
|---|---|---|
| protected static int | ALPHA_0 | |
| protected static int | ALPHA_9 | |
| protected static int | CLOSED_BRACKET | |
| protected static int | CLOSED_CURLY | |
| protected static int | COMMA | |
| protected static int | DECIMAL_POINT | |
| protected static int | LETTER_BIG_E | |
| protected static int | LETTER_E | |
| protected static int | MINUS | |
| protected static int | PLUS | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static String | debugCharDescription(int c) | 
|  | static String | errorDetails(String message, char[] array, int index, int ch) | 
|  | static boolean | hasDecimalChar(char[] chars, boolean negative) | 
|  | static boolean | isDecimalChar(int currentChar) | 
|  | static boolean | isDecimalDigit(int c) | 
|  | protected static boolean | isDelimiter(int c) | 
|  | static boolean | isDigit(int c) | 
|  | static boolean | isInteger(char[] digitChars) | 
|  | static boolean | isInteger(char[] digitChars, int offset, int len) | 
|  | static boolean | isLong(char[] digitChars) | 
|  | static boolean | isLong(char[] digitChars, int offset, int len) | 
|  | static boolean | isNumberDigit(int c) | 
|  | static BigDecimal | parseBigDecimal(char[] buffer) | 
|  | static double | parseDouble(char[] buffer, int from, int to) | 
|  | static float | parseFloat(char[] buffer, int from, int to) | 
|  | static int | parseInt(char[] digitChars) | 
|  | static int | parseIntFromTo(char[] digitChars, int offset, int to) | 
|  | static int | parseIntFromToIgnoreDot(char[] digitChars, int offset, int to) | 
|  | static Number | parseJsonNumber(char[] buffer) | 
|  | static Number | parseJsonNumber(char[] buffer, int from, int to) | 
|  | static Number | parseJsonNumber(char[] buffer, int from, int max, int[] size) | 
|  | static long | parseLong(char[] digitChars) | 
|  | static long | parseLongFromTo(char[] digitChars, int offset, int to) | 
|  | static long | parseLongFromToIgnoreDot(char[] digitChars, int offset, int to) | 
|  | static char[] | readNumber(char[] array, int idx, int len) | 
|  | static int | skipWhiteSpace(char[] array, int index, int length) |