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 classImplementation ofCharMatcher.any().private static final classImplementation ofCharMatcher.ascii().private static final classFast matcher using aBitSettable of matching characters.private static final classImplementation ofCharMatcher.inRange(char, char).private static final classImplementation ofCharMatcher.is(char).private static final classImplementation ofCharMatcher.anyOf(CharSequence)for exactly two characters.private static final classImplementation ofCharMatcher.isNot(char).private static final classImplementation ofCharMatcher.javaIsoControl().(package private) static classCharMatcher.FastMatcherwhich overridestoString()with a custom name.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.