public interface CharMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
CharMatcher.Basic |
static class |
CharMatcher.Builder |
static class |
CharMatcher.ByUnicodeCategory |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTokenChar(int c)
Returns true if, and only if, the provided character matches this character class.
|