Uses of Class java.lang.Character

Uses in package java.lang

Methods with parameter type java.lang.Character

int
Character.compareTo(Character anotherCharacter)
Compares another Character to this Character, numerically.

Methods with return type java.lang.Character

Character
Character.valueOf(char val)
Returns an Character object wrapping the value.

Uses in package javax.swing

Methods with parameter type java.lang.Character

KeyStroke
KeyStroke.getKeyStroke(Character keyChar, int modifiers)

Uses in package java.awt

Methods with parameter type java.lang.Character

AWTKeyStroke
AWTKeyStroke.getAWTKeyStroke(Character keyChar, int modifiers)
Returns a keystroke representing a typed character with the given modifiers.