public final class UnicodeCharacterSet extends Object implements CharacterSet
Constructor and Description |
---|
UnicodeCharacterSet() |
Modifier and Type | Method and Description |
---|---|
static UnicodeCharacterSet |
getInstance() |
boolean |
inCharset(int c)
Determine if a character is present in the character set
|
public static UnicodeCharacterSet getInstance()
public boolean inCharset(int c)
CharacterSet
inCharset
in interface CharacterSet