Package com.google.common.base
Class CharMatcher.Invisible
java.lang.Object
com.google.common.base.CharMatcher
com.google.common.base.CharMatcher.RangesMatcher
com.google.common.base.CharMatcher.Invisible
- Enclosing class:
CharMatcher
Implementation of
CharMatcher.invisible()
.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.base.CharMatcher
CharMatcher.FastMatcher, CharMatcher.NamedFastMatcher, CharMatcher.Whitespace
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final CharMatcher
private static final String
private static final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.base.CharMatcher.RangesMatcher
matches, toString
Methods inherited from class com.google.common.base.CharMatcher
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, negate, none, noneOf, or, precomputed, precomputedInternal, removeFrom, replaceFrom, replaceFrom, retainFrom, setBits, singleWidth, trimAndCollapseFrom, trimFrom, trimLeadingFrom, trimTrailingFrom, whitespace
-
Field Details
-
RANGE_STARTS
- See Also:
-
RANGE_ENDS
- See Also:
-
INSTANCE
-
-
Constructor Details
-
Invisible
private Invisible()
-