static CharacterSet.Unicode |
CharacterSet.Unicode.fromCharacterType(int type) |
|
static CharacterSet.Unicode |
CharacterSet.Unicode.getGeneralCategory(int cp) |
Returns the unicode character set representing the general category of the given code point.
|
static CharacterSet.Unicode |
CharacterSet.Unicode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CharacterSet.Unicode[] |
CharacterSet.Unicode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|