Package | Description |
---|---|
java.lang |
Contains core language classes.
|
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. |