private static final class CharMatcher.Digit extends CharMatcher.RangesMatcher
CharMatcher.digit().CharMatcher.FastMatcher, CharMatcher.NamedFastMatcher, CharMatcher.NegatedFastMatcher, CharMatcher.Whitespace| Modifier and Type | Field and Description |
|---|---|
(package private) static CharMatcher.Digit |
INSTANCE |
private static java.lang.String |
ZEROES |
| Modifier | Constructor and Description |
|---|---|
private |
Digit() |
| Modifier and Type | Method and Description |
|---|---|
private static char[] |
nines() |
private static char[] |
zeroes() |
matches, toStringand, 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, whitespaceprivate static final java.lang.String ZEROES
static final CharMatcher.Digit INSTANCE