| |
|
| java.lang.Object java.lang.CharacterDataLatin1
CharacterDataLatin1 | class CharacterDataLatin1 (Code) | | The CharacterData class encapsulates the large tables found in
Java.lang.Character.
|
Field Summary | |
final static int | A |
digit | static int digit(char ch, int radix)(Code) | | |
getDirectionality | static byte getDirectionality(char ch)(Code) | | |
getNumericValue | static int getNumericValue(char ch)(Code) | | |
getProperties | static int getProperties(char ch)(Code) | | |
getType | static int getType(char ch)(Code) | | |
isDefined | static boolean isDefined(char ch)(Code) | | |
isDigit | static boolean isDigit(char ch)(Code) | | |
isIdentifierIgnorable | static boolean isIdentifierIgnorable(char ch)(Code) | | |
isJavaIdentifierPart | static boolean isJavaIdentifierPart(char ch)(Code) | | |
isJavaIdentifierStart | static boolean isJavaIdentifierStart(char ch)(Code) | | |
isLetter | static boolean isLetter(char ch)(Code) | | |
isLetterOrDigit | static boolean isLetterOrDigit(char ch)(Code) | | |
isLowerCase | static boolean isLowerCase(char ch)(Code) | | |
isMirrored | static boolean isMirrored(char ch)(Code) | | |
isSpaceChar | static boolean isSpaceChar(char ch)(Code) | | |
isTitleCase | static boolean isTitleCase(char ch)(Code) | | |
isUnicodeIdentifierPart | static boolean isUnicodeIdentifierPart(char ch)(Code) | | |
isUnicodeIdentifierStart | static boolean isUnicodeIdentifierStart(char ch)(Code) | | |
isUpperCase | static boolean isUpperCase(char ch)(Code) | | |
isWhitespace | static boolean isWhitespace(char ch)(Code) | | |
setArrays | native static void setArrays()(Code) | | |
toLowerCase | static char toLowerCase(char ch)(Code) | | |
toTitleCase | static char toTitleCase(char ch)(Code) | | |
toUpperCase | static char toUpperCase(char ch)(Code) | | |
toUpperCaseEx | static char toUpperCaseEx(char ch)(Code) | | |
|
|
|