|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphelps.lang.Characters
Extensions to Character.
name, type as string, UTF-8 representation
#isHexDigit(char)
| Method Summary | |
|---|---|
static java.lang.String |
getName(int codepoint)
Returns Unicode name of codepoint. |
static boolean |
isHexDigit(int ch)
Returns true iff ch is in [0-9a-fA-F]. |
static java.lang.String |
strType(int type)
Returns two-character string type of java.lang.Character#getType(). |
static java.lang.String |
strTypeFull(int type)
Returns type of java.lang.Character#getType() in words. |
static java.lang.String |
toUTF8(int codepoint)
|
static java.lang.Character |
valueOf(char ch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isHexDigit(int ch)
true iff ch is in [0-9a-fA-F].
public static java.lang.Character valueOf(char ch)
public static java.lang.String strType(int type)
java.lang.Character#getType().
public static java.lang.String strTypeFull(int type)
java.lang.Character#getType() in words.
public static java.lang.String getName(int codepoint)
A is LATIN CAPITAL LETTER A.
public static java.lang.String toUTF8(int codepoint)
|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||