Searched defs:Character (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DCharacter.java36 * The {@code Character} class wraps a value of the primitive
38 * {@code Character} contains a single field whose type is
45 * Character information is based on the Unicode Standard
47 * The methods and data of class {@code Character} are defined by
49 * Unicode Character Database maintained by the Unicode
59 * <h3><a name="unicode">Unicode Character Representations</a></h3>
62 * {@code Character} object encapsulates) are based on the
99 * {@code Character.isLetter('\u005CuD840')} returns {@code false}, even though
105 * example, {@code Character.isLetter(0x2F81A)} returns
125 class Character implement class in inherits:java.io.Serializable,Comparable
4562 public Character(char value) { method in class:Character
[all...]

Completed in 45 milliseconds