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
-
- All Implemented Interfaces:
Predicate<java.lang.Character>
,java.util.function.Predicate<java.lang.Character>
- Enclosing class:
- CharMatcher
private static final class CharMatcher.Invisible extends CharMatcher.RangesMatcher
Implementation ofCharMatcher.invisible()
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.base.CharMatcher
CharMatcher.FastMatcher, CharMatcher.NamedFastMatcher, CharMatcher.NegatedFastMatcher, CharMatcher.Whitespace
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static CharMatcher.Invisible
INSTANCE
private static java.lang.String
RANGE_ENDS
private static java.lang.String
RANGE_STARTS
-
Constructor Summary
Constructors Modifier Constructor Description private
Invisible()
-
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 Detail
-
RANGE_STARTS
private static final java.lang.String RANGE_STARTS
- See Also:
- Constant Field Values
-
RANGE_ENDS
private static final java.lang.String RANGE_ENDS
- See Also:
- Constant Field Values
-
INSTANCE
static final CharMatcher.Invisible INSTANCE
-
-