isWhitespace(char ch) Character(char value) isDigit(char ch) toUpperCase(char ch) toLowerCase(char ch) isLetterOrDigit(char ch) getNumericValue(char ch) isLetter(char ch) TYPE isJavaIdentifierPart(char ch) isUpperCase(char ch) charValue() digit(char ch, int radix) isLowerCase(char ch) isJavaIdentifierStart(char ch) toString() forDigit(int digit, int radix) toString(char c) MAX_VALUE isSpaceChar(char ch) isUnicodeIdentifierPart(char ch) isISOControl(char ch) MAX_RADIX toTitleCase(char ch) getType(char ch) MIN_VALUE isSpace(char ch) LINE_SEPARATOR CONNECTOR_PUNCTUATION DECIMAL_DIGIT_NUMBER END_PUNCTUATION START_PUNCTUATION isUnicodeIdentifierStart(char ch) CONTROL CURRENCY_SYMBOL DASH_PUNCTUATION LOWERCASE_LETTER MATH_SYMBOL MODIFIER_SYMBOL OTHER_LETTER OTHER_NUMBER OTHER_PUNCTUATION UPPERCASE_LETTER COMBINING_SPACING_MARK ENCLOSING_MARK LETTER_NUMBER MODIFIER_LETTER NON_SPACING_MARK OTHER_SYMBOL TITLECASE_LETTER UNASSIGNED isTitleCase(char ch) FORMAT PARAGRAPH_SEPARATOR SPACE_SEPARATOR PRIVATE_USE SURROGATE isDefined(char ch) getClass() MIN_RADIX hashCode() isIdentifierIgnorable(char ch) DIRECTIONALITY_ARABIC_NUMBER DIRECTIONALITY_BOUNDARY_NEUTRAL DIRECTIONALITY_COMMON_NUMBER_SEPARATOR DIRECTIONALITY_EUROPEAN_NUMBER DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR DIRECTIONALITY_LEFT_TO_RIGHT DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE DIRECTIONALITY_NONSPACING_MARK DIRECTIONALITY_OTHER_NEUTRALS DIRECTIONALITY_PARAGRAPH_SEPARATOR DIRECTIONALITY_POP_DIRECTIONAL_FORMAT DIRECTIONALITY_RIGHT_TO_LEFT DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE DIRECTIONALITY_SEGMENT_SEPARATOR DIRECTIONALITY_UNDEFINED DIRECTIONALITY_WHITESPACE FINAL_QUOTE_PUNCTUATION INITIAL_QUOTE_PUNCTUATION MAX_CODE_POINT MAX_HIGH_SURROGATE MAX_LOW_SURROGATE MAX_SURROGATE MIN_CODE_POINT MIN_HIGH_SURROGATE MIN_LOW_SURROGATE MIN_SUPPLEMENTARY_CODE_POINT MIN_SURROGATE SIZE charCount(int codePoint) codePointAt(CharSequence seq, int index) codePointAt(char[] a, int index) codePointAt(char[] a, int index, int limit) codePointBefore(CharSequence seq, int index) codePointBefore(char[] a, int index) codePointBefore(char[] a, int index, int start) codePointCount(CharSequence seq, int beginIndex, int endIndex) codePointCount(char[] a, int offset, int count) compareTo(Character anotherCharacter) digit(int codePoint, int radix) equals(Object obj) getDirectionality(char ch) getDirectionality(int codePoint) getNumericValue(int codePoint) getType(int codePoint) isDefined(int codePoint) isDigit(int codePoint) isHighSurrogate(char ch) isIdentifierIgnorable(int codePoint) isISOControl(int codePoint) isJavaIdentifierPart(int codePoint) isJavaIdentifierStart(int codePoint) isJavaLetter(char ch) isJavaLetterOrDigit(char ch) isLetter(int codePoint) isLetterOrDigit(int codePoint) isLowerCase(int codePoint) isLowSurrogate(char ch) isMirrored(int codePoint) isMirrored(char ch) isSpaceChar(int codePoint) isSupplementaryCodePoint(int codePoint) isSurrogatePair(char high, char low) isTitleCase(int codePoint) isUnicodeIdentifierPart(int codePoint) isUnicodeIdentifierStart(int codePoint) isUpperCase(int codePoint) isValidCodePoint(int codePoint) isWhitespace(int codePoint) offsetByCodePoints(CharSequence seq, int index, int codePointOffset) offsetByCodePoints(char[] a, int start, int count, int index, int codePointOffset) reverseBytes(char ch) toChars(int codePoint, char[] dst, int dstIndex) toChars(int codePoint) toCodePoint(char high, char low) toLowerCase(int codePoint) toTitleCase(int codePoint) toUpperCase(int codePoint) valueOf(char c) |
charCount(int codePoint) charValue() codePointAt(CharSequence seq, int index) codePointAt(char[] a, int index) codePointAt(char[] a, int index, int limit) codePointBefore(CharSequence seq, int index) codePointBefore(char[] a, int index) codePointBefore(char[] a, int index, int start) codePointCount(CharSequence seq, int beginIndex, int endIndex) codePointCount(char[] a, int offset, int count) compareTo(Character anotherCharacter) digit(char ch, int radix) digit(int codePoint, int radix) equals(Object obj) forDigit(int digit, int radix) getDirectionality(char ch) getDirectionality(int codePoint) getNumericValue(int codePoint) getNumericValue(char ch) getType(char ch) getType(int codePoint) hashCode() isDefined(char ch) isDefined(int codePoint) isDigit(int codePoint) isDigit(char ch) isHighSurrogate(char ch) isIdentifierIgnorable(int codePoint) isIdentifierIgnorable(char ch) isISOControl(char ch) isISOControl(int codePoint) isJavaIdentifierPart(int codePoint) isJavaIdentifierPart(char ch) isJavaIdentifierStart(char ch) isJavaIdentifierStart(int codePoint) isJavaLetter(char ch) isJavaLetterOrDigit(char ch) isLetter(char ch) isLetter(int codePoint) isLetterOrDigit(int codePoint) isLetterOrDigit(char ch) isLowerCase(char ch) isLowerCase(int codePoint) isLowSurrogate(char ch) isMirrored(int codePoint) isMirrored(char ch) isSpace(char ch) isSpaceChar(char ch) isSpaceChar(int codePoint) isSupplementaryCodePoint(int codePoint) isSurrogatePair(char high, char low) isTitleCase(int codePoint) isTitleCase(char ch) isUnicodeIdentifierPart(char ch) isUnicodeIdentifierPart(int codePoint) isUnicodeIdentifierStart(int codePoint) isUnicodeIdentifierStart(char ch) isUpperCase(char ch) isUpperCase(int codePoint) isValidCodePoint(int codePoint) isWhitespace(int codePoint) isWhitespace(char ch) offsetByCodePoints(CharSequence seq, int index, int codePointOffset) offsetByCodePoints(char[] a, int start, int count, int index, int codePointOffset) reverseBytes(char ch) toChars(int codePoint, char[] dst, int dstIndex) toChars(int codePoint) toCodePoint(char high, char low) toLowerCase(int codePoint) toLowerCase(char ch) toString() toString(char c) toTitleCase(char ch) toTitleCase(int codePoint) toUpperCase(int codePoint) toUpperCase(char ch) valueOf(char c) |