Package com.google.common.base
Class CharMatcher.Digit
java.lang.Object
com.google.common.base.CharMatcher
com.google.common.base.CharMatcher.RangesMatcher
com.google.common.base.CharMatcher.Digit
- Enclosing class:
CharMatcher
Implementation of
CharMatcher.digit()
.-
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
-
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
-
ZEROES
- See Also:
-
INSTANCE
-
-
Constructor Details
-
Digit
private Digit()
-
-
Method Details
-
zeroes
private static char[] zeroes() -
nines
private static char[] nines()
-