public interface CharacterKey extends Key
A Key instance that has a corresponding 16-bit
char representation in Java (e.g. 'a', 'b', 'c', '1', '2','3' etc).
NOTE: as this interface is based on a single 16-bit Java char, it only supports characters from
the Basic Multilingual Plane (BMP) and NOT the supplementary characters as explained
in the Character class documentation.
| Modifier and Type | Method and Description |
|---|---|
char |
codeUnit()
Char (a code unit) representation of the character entered by this key
|
String |
string()
String representation of the character entered by this key
|
String string()
char codeUnit()
Copyright © 2015 Atlassian. All rights reserved.