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