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