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 class
Implementation ofCharMatcher.any()
.private static final class
Implementation ofCharMatcher.ascii()
.private static final class
Fast matcher using aBitSet
table of matching characters.private static final class
Implementation ofCharMatcher.javaIsoControl()
.private static final class
Implementation ofCharMatcher.none()
.(package private) static final class
Implementation ofCharMatcher.whitespace()
.(package private) final class
An immutable version of CharMatcher for smallish sets of characters that uses a hash table with linear probing to check for matches.