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

/libcore/ojluni/src/main/java/java/lang/
H A DCharacter.java35 * The {@code Character} class wraps a value of the primitive
37 * {@code Character} contains a single field whose type is
44 * Character information is based on the Unicode Standard, version 6.0.0.
46 * The methods and data of class {@code Character} are defined by
48 * Unicode Character Database maintained by the Unicode
58 * <h4><a name="unicode">Unicode Character Representations</a></h4>
61 * {@code Character} object encapsulates) are based on the
98 * {@code Character.isLetter('\u005CuD840')} returns {@code false}, even though
104 * example, {@code Character.isLetter(0x2F81A)} returns
124 class Character implement class in inherits:java.io.Serializable,Comparable
4381 public Character(char value) { method in class:Character
[all...]

Completed in 995 milliseconds