Uses of Class
com.google.common.base.CharMatcher.NamedFastMatcher
-
Packages that use CharMatcher.NamedFastMatcher Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of CharMatcher.NamedFastMatcher in com.google.common.base
Subclasses of CharMatcher.NamedFastMatcher 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.JavaIsoControlImplementation ofCharMatcher.javaIsoControl().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.
-