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