Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
Modifier and Type | Field and Description |
---|---|
static Class<Character> |
Character.TYPE
The
Class instance representing the primitive type
char . |
Modifier and Type | Method and Description |
---|---|
static Character |
Character.valueOf(char c)
Returns a Character instance representing the specified
char value.
|
Modifier and Type | Method and Description |
---|---|
int |
Character.compareTo(Character anotherCharacter)
Compares two
Character objects numerically. |