Uses of Class
java.lang.Character
Packages that use Character
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. java.lang Provides classes that are fundamental to the design of the Java programming language. javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
static AWTKeyStroke AWTKeyStroke.getAWTKeyStroke(Character keyChar, int modifiers)
Returns a shared instance of an AWTKeyStroke, given a Character object and a set of modifiers.
int Character.compareTo(Character anotherCharacter)
Compares two Character objects numerically.
static KeyStroke KeyStroke.getKeyStroke(Character keyChar, int modifiers)
Returns a shared instance of a KeyStroke, given a Character object and a set of modifiers.