Package com.google.common.base
Class CharMatcher.NamedFastMatcher
java.lang.Object
com.google.common.base.CharMatcher
com.google.common.base.CharMatcher.FastMatcher
com.google.common.base.CharMatcher.NamedFastMatcher
- Direct Known Subclasses:
CharMatcher.Any
,CharMatcher.Ascii
,CharMatcher.BitSetMatcher
,CharMatcher.JavaIsoControl
,CharMatcher.None
,CharMatcher.Whitespace
,SmallCharMatcher
- Enclosing class:
CharMatcher
CharMatcher.FastMatcher
which overrides toString()
with a custom name.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.base.CharMatcher
CharMatcher.FastMatcher, CharMatcher.NamedFastMatcher, CharMatcher.Whitespace
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.base.CharMatcher.FastMatcher
negate, precomputed
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, matches, matchesAllOf, matchesAnyOf, matchesNoneOf, none, noneOf, or, precomputedInternal, removeFrom, replaceFrom, replaceFrom, retainFrom, setBits, singleWidth, trimAndCollapseFrom, trimFrom, trimLeadingFrom, trimTrailingFrom, whitespace
-
Field Details
-
description
-
-
Constructor Details
-
NamedFastMatcher
NamedFastMatcher(String description)
-
-
Method Details
-
toString
Description copied from class:CharMatcher
Returns a string representation of thisCharMatcher
, such asCharMatcher.or(WHITESPACE, JAVA_DIGIT)
.- Overrides:
toString
in classCharMatcher
-