Uses of Class
com.google.common.base.CharMatcher.FastMatcher
Packages that use CharMatcher.FastMatcher
-
Uses of CharMatcher.FastMatcher in com.google.common.base
Subclasses of CharMatcher.FastMatcher 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.inRange(char, char)
.private static final class
Implementation ofCharMatcher.is(char)
.private static final class
Implementation ofCharMatcher.anyOf(CharSequence)
for exactly two characters.private static final class
Implementation ofCharMatcher.isNot(char)
.private static final class
Implementation ofCharMatcher.javaIsoControl()
.(package private) static class
CharMatcher.FastMatcher
which overridestoString()
with a custom name.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.