Package com.google.common.base
Class CharMatcher.SingleWidth
java.lang.Object
com.google.common.base.CharMatcher
com.google.common.base.CharMatcher.RangesMatcher
com.google.common.base.CharMatcher.SingleWidth
- Enclosing class:
CharMatcher
Implementation of
CharMatcher.singleWidth()
.-
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.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
-
INSTANCE
-
-
Constructor Details
-
SingleWidth
private SingleWidth()
-