| | |
| public static | int | charCount(int codePoint) |
|
| public | char | charValue() |
|
| public static | int | codePointAt(char[] a, int index) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointAt(char[] a, int index, int limit) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointAt(CharSequence seq, int index) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointBefore(char[] a, int index) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointBefore(char[] a, int index, int start) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointBefore(CharSequence seq, int index) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointCount(char[] a, int offset, int count) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | codePointCount(CharSequence seq, int beginIndex, int endIndex) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public | int | compareTo(Character anotherCharacter) |
|
| public static | int | digit(char ch, int radix) |
|
| public static | int | digit(int codePoint, int radix) |
|
| public | boolean | equals(Object obj) Overrides: Object |
|
| public static | char | forDigit(int digit, int radix) |
|
| public static | byte | getDirectionality(char ch) |
|
| public static | byte | getDirectionality(int codePoint) |
|
| public static | int | getNumericValue(char ch) |
|
| public static | int | getNumericValue(int codePoint) |
|
| public static | int | getType(char ch) |
|
| public static | int | getType(int codePoint) |
|
| public | int | hashCode() Overrides: Object |
|
| public static | boolean | isDefined(char ch) |
|
| public static | boolean | isDefined(int codePoint) |
|
| public static | boolean | isDigit(char ch) |
|
| public static | boolean | isDigit(int codePoint) |
|
| public static | boolean | isHighSurrogate(char ch) |
|
| public static | boolean | isISOControl(char ch) |
|
| public static | boolean | isISOControl(int codePoint) |
|
| public static | boolean | isIdentifierIgnorable(char ch) |
|
| public static | boolean | isIdentifierIgnorable(int codePoint) |
|
| public static | boolean | isJavaIdentifierPart(char ch) |
|
| public static | boolean | isJavaIdentifierPart(int codePoint) |
|
| public static | boolean | isJavaIdentifierStart(char ch) |
|
| public static | boolean | isJavaIdentifierStart(int codePoint) |
|
| public static | boolean | isJavaLetter(char ch) |
|
| public static | boolean | isJavaLetterOrDigit(char ch) |
|
| public static | boolean | isLetter(char ch) |
|
| public static | boolean | isLetter(int codePoint) |
|
| public static | boolean | isLetterOrDigit(char ch) |
|
| public static | boolean | isLetterOrDigit(int codePoint) |
|
| public static | boolean | isLowSurrogate(char ch) |
|
| public static | boolean | isLowerCase(char ch) |
|
| public static | boolean | isLowerCase(int codePoint) |
|
| public static | boolean | isMirrored(char ch) |
|
| public static | boolean | isMirrored(int codePoint) |
|
| public static | boolean | isSpace(char ch) |
|
| public static | boolean | isSpaceChar(char ch) |
|
| public static | boolean | isSpaceChar(int codePoint) |
|
| public static | boolean | isSupplementaryCodePoint(int codePoint) |
|
| public static | boolean | isSurrogatePair(char high, char low) |
|
| public static | boolean | isTitleCase(char ch) |
|
| public static | boolean | isTitleCase(int codePoint) |
|
| public static | boolean | isUnicodeIdentifierPart(char ch) |
|
| public static | boolean | isUnicodeIdentifierPart(int codePoint) |
|
| public static | boolean | isUnicodeIdentifierStart(char ch) |
|
| public static | boolean | isUnicodeIdentifierStart(int codePoint) |
|
| public static | boolean | isUpperCase(char ch) |
|
| public static | boolean | isUpperCase(int codePoint) |
|
| public static | boolean | isValidCodePoint(int codePoint) |
|
| public static | boolean | isWhitespace(char ch) |
|
| public static | boolean | isWhitespace(int codePoint) |
|
| public static | int | offsetByCodePoints(char[] a, int start, int count, int index, int codePointOffset) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | offsetByCodePoints(CharSequence seq, int index, int codePointOffset) Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | char | reverseBytes(char ch) |
|
| public static | char[] | toChars(int codePoint) Throws: IllegalArgumentException |
|
| public static | int | toChars(int codePoint, char[] dst, int dstIndex) Throws: IllegalArgumentException Throws: NullPointerException Throws: IndexOutOfBoundsException |
|
| public static | int | toCodePoint(char high, char low) |
|
| public static | char | toLowerCase(char ch) |
|
| public static | int | toLowerCase(int codePoint) |
|
| public | String | toString() Overrides: Object |
|
| public static | String | toString(char c) |
|
| public static | char | toTitleCase(char ch) |
|
| public static | int | toTitleCase(int codePoint) |
|
| public static | char | toUpperCase(char ch) |
|
| public static | int | toUpperCase(int codePoint) |
|
| public static | Character | valueOf(char c) |
|