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