public static class CharMatcher.ByUnicodeCategory extends Objectimplements CharMatcher
CharMatcher.Basic , CharMatcher.Builder , 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.
|
static CharMatcher |
of(byte unicodeCategory)
|
public static CharMatcherof(byte unicodeCategory)
public boolean isTokenChar(int c)
CharMatcher