Uses of Class
com.google.common.base.CharMatcher.NamedFastMatcher
Packages that use CharMatcher.NamedFastMatcher
-
Uses of CharMatcher.NamedFastMatcher in com.google.common.base
Subclasses of CharMatcher.NamedFastMatcher in com.google.common.baseModifier and TypeClassDescriptionprivate static final classImplementation ofCharMatcher.any().private static final classImplementation ofCharMatcher.ascii().private static final classFast matcher using aBitSettable of matching characters.private static final classImplementation ofCharMatcher.javaIsoControl().private static final classImplementation ofCharMatcher.none().(package private) static final classImplementation ofCharMatcher.whitespace().(package private) final classAn immutable version of CharMatcher for smallish sets of characters that uses a hash table with linear probing to check for matches.