public final class UnicodeCharacterSet extends java.lang.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)
CharacterSetinCharset in interface CharacterSet