Uses of Class
java.lang.Character
-
Packages that use Character Package Description java.lang -
-
Uses of Character in java.lang
Methods in java.lang that return Character Modifier and Type Method Description static Character
Character. valueOf(char c)
Returns aCharacter
instance for thechar
value passed.Methods in java.lang with parameters of type Character Modifier and Type Method Description int
Character. compareTo(Character c)
Compares this object to the specified character object to determine their relative order.
-