CharacterSet
public class BuggyCharacterSet extends java.lang.Object implements CharacterSet
Modifier and Type | Method | 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)
CharacterSet
inCharset
in interface CharacterSet