public class UnknownCharacterSet extends java.lang.Object implements CharacterSet
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap |
map |
Modifier and Type | Method and Description |
---|---|
boolean |
inCharset(int c)
Determine if a character is present in the character set
|
static UnknownCharacterSet |
makeCharSet(java.nio.charset.Charset charset) |
public static UnknownCharacterSet makeCharSet(java.nio.charset.Charset charset)
public final boolean inCharset(int c)
CharacterSet
inCharset
in interface CharacterSet