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