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 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.InRange
Implementation ofCharMatcher.inRange(char, char)
.private static class
CharMatcher.Is
Implementation ofCharMatcher.is(char)
.private static class
CharMatcher.IsEither
Implementation ofCharMatcher.anyOf(CharSequence)
for exactly two characters.private static class
CharMatcher.IsNot
Implementation ofCharMatcher.isNot(char)
.private static class
CharMatcher.JavaIsoControl
Implementation ofCharMatcher.javaIsoControl()
.(package private) static class
CharMatcher.NamedFastMatcher
CharMatcher.FastMatcher
which overridestoString()
with a custom name.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.
-