| Method
|
Return Type
|
| charCount(int) |
int |
| charValue() |
char |
| codePointAt(char[], int, int) |
int |
| codePointAt(java.lang.CharSequence, int) |
int |
| codePointAt(char[], int) |
int |
| codePointBefore(java.lang.CharSequence, int) |
int |
| codePointBefore(char[], int) |
int |
| codePointBefore(char[], int, int) |
int |
| codePointCount(char[], int, int) |
int |
| codePointCount(java.lang.CharSequence, int, int) |
int |
| compareTo(java.lang.Character) |
int |
| digit(int, int) |
int |
| digit(char, int) |
int |
| equals(java.lang.Object) |
boolean |
| forDigit(int, int) |
char |
| getDirectionality(int) |
byte |
| getDirectionality(char) |
byte |
| getNumericValue(int) |
int |
| getNumericValue(char) |
int |
| getType(int) |
int |
| getType(char) |
int |
| hashCode() |
int |
| isDefined(char) |
boolean |
| isDefined(int) |
boolean |
| isDigit(char) |
boolean |
| isDigit(int) |
boolean |
| isHighSurrogate(char) |
boolean |
| isISOControl(int) |
boolean |
| isISOControl(char) |
boolean |
| isIdentifierIgnorable(char) |
boolean |
| isIdentifierIgnorable(int) |
boolean |
| isJavaIdentifierPart(int) |
boolean |
| isJavaIdentifierPart(char) |
boolean |
| isJavaIdentifierStart(char) |
boolean |
| isJavaIdentifierStart(int) |
boolean |
| isJavaLetter(char) |
boolean |
| isJavaLetterOrDigit(char) |
boolean |
| isLetter(int) |
boolean |
| isLetter(char) |
boolean |
| isLetterOrDigit(int) |
boolean |
| isLetterOrDigit(char) |
boolean |
| isLowSurrogate(char) |
boolean |
| isLowerCase(int) |
boolean |
| isLowerCase(char) |
boolean |
| isMirrored(int) |
boolean |
| isMirrored(char) |
boolean |
| isSpace(char) |
boolean |
| isSpaceChar(int) |
boolean |
| isSpaceChar(char) |
boolean |
| isSupplementaryCodePoint(int) |
boolean |
| isSurrogatePair(char, char) |
boolean |
| isTitleCase(char) |
boolean |
| isTitleCase(int) |
boolean |
| isUnicodeIdentifierPart(int) |
boolean |
| isUnicodeIdentifierPart(char) |
boolean |
| isUnicodeIdentifierStart(int) |
boolean |
| isUnicodeIdentifierStart(char) |
boolean |
| isUpperCase(char) |
boolean |
| isUpperCase(int) |
boolean |
| isValidCodePoint(int) |
boolean |
| isWhitespace(char) |
boolean |
| isWhitespace(int) |
boolean |
| offsetByCodePoints(java.lang.CharSequence, int, int) |
int |
| offsetByCodePoints(char[], int, int, int, int) |
int |
| reverseBytes(char) |
char |
| toChars(int, char[], int) |
int |
| toChars(int) |
char[] |
| toCodePoint(char, char) |
int |
| toLowerCase(int) |
int |
| toLowerCase(char) |
char |
| toString() |
java.lang.String |
| toString(char) |
java.lang.String |
| toTitleCase(int) |
int |
| toTitleCase(char) |
char |
| toUpperCase(char) |
char |
| toUpperCase(int) |
int |
| valueOf(char) |
java.lang.Character |