| Package | Description |
|---|---|
| java.lang |
| 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. |
Copyright © 2025 API Design. All Rights Reserved.