< prev index next >

src/java.base/share/classes/java/lang/Character.java

Print this page
rev 58266 : imported patch XXXXXXX-typos

*** 9730,9740 **** public static boolean isJavaLetterOrDigit(char ch) { return isJavaIdentifierPart(ch); } /** ! * Determines if the specified character (Unicode code point) is an alphabet. * <p> * A character is considered to be alphabetic if its general category type, * provided by {@link Character#getType(int) getType(codePoint)}, is any of * the following: * <ul> --- 9730,9740 ---- public static boolean isJavaLetterOrDigit(char ch) { return isJavaIdentifierPart(ch); } /** ! * Determines if the specified character (Unicode code point) is alphabetic. * <p> * A character is considered to be alphabetic if its general category type, * provided by {@link Character#getType(int) getType(codePoint)}, is any of * the following: * <ul>
< prev index next >