private static final class CharMatcher.JavaIsoControl extends CharMatcher.NamedFastMatcher
CharMatcher.javaIsoControl()
.CharMatcher.FastMatcher, CharMatcher.NamedFastMatcher, CharMatcher.NegatedFastMatcher, CharMatcher.Whitespace
Modifier and Type | Field and Description |
---|---|
(package private) static CharMatcher.JavaIsoControl |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
JavaIsoControl() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(char c)
Determines a true or false value for the given character.
|
toString
negate, precomputed
and, any, anyOf, apply, ascii, breakingWhitespace, collapseFrom, countIn, digit, forPredicate, indexIn, indexIn, inRange, invisible, is, isNot, javaDigit, javaIsoControl, javaLetter, javaLetterOrDigit, javaLowerCase, javaUpperCase, lastIndexIn, matchesAllOf, matchesAnyOf, matchesNoneOf, none, noneOf, or, precomputedInternal, removeFrom, replaceFrom, replaceFrom, retainFrom, setBits, singleWidth, trimAndCollapseFrom, trimFrom, trimLeadingFrom, trimTrailingFrom, whitespace
static final CharMatcher.JavaIsoControl INSTANCE
public boolean matches(char c)
CharMatcher
matches
in class CharMatcher