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 CharacterCharacter. valueOf(char c)Returns aCharacterinstance for thecharvalue passed.Methods in java.lang with parameters of type Character Modifier and Type Method Description intCharacter. compareTo(Character c)Compares this object to the specified character object to determine their relative order.
-