Uses of Class
com.google.common.base.CharMatcher.FastMatcher
-
Packages that use CharMatcher.FastMatcher Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of CharMatcher.FastMatcher in com.google.common.base
Subclasses of CharMatcher.FastMatcher in com.google.common.base Modifier and Type Class Description private static classCharMatcher.AnyImplementation ofCharMatcher.any().private static classCharMatcher.AsciiImplementation ofCharMatcher.ascii().private static classCharMatcher.BitSetMatcherFast matcher using aBitSettable of matching characters.private static classCharMatcher.InRangeImplementation ofCharMatcher.inRange(char, char).private static classCharMatcher.IsImplementation ofCharMatcher.is(char).private static classCharMatcher.IsEitherImplementation ofCharMatcher.anyOf(CharSequence)for exactly two characters.private static classCharMatcher.IsNotImplementation ofCharMatcher.isNot(char).private static classCharMatcher.JavaIsoControlImplementation ofCharMatcher.javaIsoControl().(package private) static classCharMatcher.NamedFastMatcherCharMatcher.FastMatcherwhich overridestoString()with a custom name.private static classCharMatcher.NoneImplementation ofCharMatcher.none().(package private) static classCharMatcher.WhitespaceImplementation ofCharMatcher.whitespace().(package private) classSmallCharMatcherAn immutable version of CharMatcher for smallish sets of characters that uses a hash table with linear probing to check for matches.
-