| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.lang |
||
| 88 | ||
MIN_RADIX : int |
||
MAX_RADIX : int |
||
MIN_VALUE : char |
||
MAX_VALUE : char |
||
TYPE : Class |
||
UNASSIGNED : byte |
||
UPPERCASE_LETTER : byte |
||
LOWERCASE_LETTER : byte |
||
TITLECASE_LETTER : byte |
||
MODIFIER_LETTER : byte |
||
OTHER_LETTER : byte |
||
NON_SPACING_MARK : byte |
||
ENCLOSING_MARK : byte |
||
COMBINING_SPACING_MARK : byte |
||
DECIMAL_DIGIT_NUMBER : byte |
||
LETTER_NUMBER : byte |
||
OTHER_NUMBER : byte |
||
SPACE_SEPARATOR : byte |
||
LINE_SEPARATOR : byte |
||
PARAGRAPH_SEPARATOR : byte |
||
CONTROL : byte |
||
FORMAT : byte |
||
PRIVATE_USE : byte |
||
SURROGATE : byte |
||
DASH_PUNCTUATION : byte |
||
START_PUNCTUATION : byte |
||
END_PUNCTUATION : byte |
||
CONNECTOR_PUNCTUATION : byte |
||
OTHER_PUNCTUATION : byte |
||
MATH_SYMBOL : byte |
||
CURRENCY_SYMBOL : byte |
||
MODIFIER_SYMBOL : byte |
||
OTHER_SYMBOL : byte |
||
INITIAL_QUOTE_PUNCTUATION : byte |
||
FINAL_QUOTE_PUNCTUATION : byte |
||
DIRECTIONALITY_UNDEFINED : byte |
||
DIRECTIONALITY_LEFT_TO_RIGHT : byte |
||
DIRECTIONALITY_RIGHT_TO_LEFT : byte |
||
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC : byte |
||
DIRECTIONALITY_EUROPEAN_NUMBER : byte |
||
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR : byte |
||
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR : byte |
||
DIRECTIONALITY_ARABIC_NUMBER : byte |
||
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR : byte |
||
DIRECTIONALITY_NONSPACING_MARK : byte |
||
DIRECTIONALITY_BOUNDARY_NEUTRAL : byte |
||
DIRECTIONALITY_PARAGRAPH_SEPARATOR : byte |
||
DIRECTIONALITY_SEGMENT_SEPARATOR : byte |
||
DIRECTIONALITY_WHITESPACE : byte |
||
DIRECTIONALITY_OTHER_NEUTRALS : byte |
||
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING : byte |
||
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE : byte |
||
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING : byte |
||
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE : byte |
||
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT : byte |
||
DIRECTIONALITY_LEFT_TO_RIGHT_ISOLATE : byte |
||
DIRECTIONALITY_RIGHT_TO_LEFT_ISOLATE : byte |
||
DIRECTIONALITY_FIRST_STRONG_ISOLATE : byte |
||
DIRECTIONALITY_POP_DIRECTIONAL_ISOLATE : byte |
||
MIN_HIGH_SURROGATE : char |
||
MAX_HIGH_SURROGATE : char |
||
MIN_LOW_SURROGATE : char |
||
MAX_LOW_SURROGATE : char |
||
MIN_SURROGATE : char |
||
MAX_SURROGATE : char |
||
MIN_SUPPLEMENTARY_CODE_POINT : int |
||
MIN_CODE_POINT : int |
||
MAX_CODE_POINT : int |
||
SIZE : int |
||
BYTES : int |
||
describeConstable() : Optional |
||
Character(char) : void |
||
valueOf(char) : Character |
||
charValue() : char |
||
hashCode() : int |
||
hashCode(char) : int |
||
equals(Object) : boolean |
||
toString() : String |
||
toString(char) : String |
||
toString(int) : String |
||
isValidCodePoint(int) : boolean |
||
isBmpCodePoint(int) : boolean |
||
isSupplementaryCodePoint(int) : boolean |
||
isHighSurrogate(char) : boolean |
||
isLowSurrogate(char) : boolean |
||
isSurrogate(char) : boolean |
||
isSurrogatePair(char, char) : boolean |
||
charCount(int) : int |
||
toCodePoint(char, char) : int |
||
codePointAt(CharSequence, int) : int |
||
codePointAt(char[], int) : int |
||
codePointAt(char[], int, int) : int |
||
codePointBefore(CharSequence, int) : int |
||
codePointBefore(char[], int) : int |
||
codePointBefore(char[], int, int) : int |
||
highSurrogate(int) : char |
||
lowSurrogate(int) : char |
||
toChars(int, char[], int) : int |
||
toChars(int) : char[] |
||
codePointCount(CharSequence, int, int) : int |
||
codePointCount(char[], int, int) : int |
||
offsetByCodePoints(CharSequence, int, int) : int |
||
offsetByCodePoints(char[], int, int, int, int) : int |
||
isLowerCase(char) : boolean |
||
isLowerCase(int) : boolean |
||
isUpperCase(char) : boolean |
||
isUpperCase(int) : boolean |
||
isTitleCase(char) : boolean |
||
isTitleCase(int) : boolean |
||
isDigit(char) : boolean |
||
isDigit(int) : boolean |
||
isDefined(char) : boolean |
||
isDefined(int) : boolean |
||
isLetter(char) : boolean |
||
isLetter(int) : boolean |
||
isLetterOrDigit(char) : boolean |
||
isLetterOrDigit(int) : boolean |
||
isJavaLetter(char) : boolean |
||
isJavaLetterOrDigit(char) : boolean |
||
isAlphabetic(int) : boolean |
||
isIdeographic(int) : boolean |
||
isJavaIdentifierStart(char) : boolean |
||
isJavaIdentifierStart(int) : boolean |
||
isJavaIdentifierPart(char) : boolean |
||
isJavaIdentifierPart(int) : boolean |
||
isUnicodeIdentifierStart(char) : boolean |
||
isUnicodeIdentifierStart(int) : boolean |
||
isUnicodeIdentifierPart(char) : boolean |
||
isUnicodeIdentifierPart(int) : boolean |
||
isIdentifierIgnorable(char) : boolean |
||
isIdentifierIgnorable(int) : boolean |
||
isEmoji(int) : boolean |
||
isEmojiPresentation(int) : boolean |
||
isEmojiModifier(int) : boolean |
||
isEmojiModifierBase(int) : boolean |
||
isEmojiComponent(int) : boolean |
||
isExtendedPictographic(int) : boolean |
||
toLowerCase(char) : char |
||
toLowerCase(int) : int |
||
toUpperCase(char) : char |
||
toUpperCase(int) : int |
||
toTitleCase(char) : char |
||
toTitleCase(int) : int |
||
digit(char, int) : int |
||
digit(int, int) : int |
||
getNumericValue(char) : int |
||
getNumericValue(int) : int |
||
isSpace(char) : boolean |
||
isSpaceChar(char) : boolean |
||
isSpaceChar(int) : boolean |
||
isWhitespace(char) : boolean |
||
isWhitespace(int) : boolean |
||
isISOControl(char) : boolean |
||
isISOControl(int) : boolean |
||
getType(char) : int |
||
getType(int) : int |
||
forDigit(int, int) : char |
||
getDirectionality(char) : byte |
||
getDirectionality(int) : byte |
||
isMirrored(char) : boolean |
||
isMirrored(int) : boolean |
||
compareTo(Character) : int |
||
compare(char, char) : int |
||
reverseBytes(char) : char |
||
getName(int) : String |
||
codePointOf(String) : int |
||
compareTo(Object) : int |