Package | Description |
---|---|
com.google.common.base |
Basic utility libraries and interfaces.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CharMatcher.Any
Implementation of
CharMatcher.any() . |
private static class |
CharMatcher.Ascii
Implementation of
CharMatcher.ascii() . |
private static class |
CharMatcher.BitSetMatcher
Fast matcher using a
BitSet table of matching characters. |
private static class |
CharMatcher.InRange
Implementation of
CharMatcher.inRange(char, char) . |
private static class |
CharMatcher.Is
Implementation of
CharMatcher.is(char) . |
private static class |
CharMatcher.IsEither
Implementation of
CharMatcher.anyOf(CharSequence) for exactly two characters. |
private static class |
CharMatcher.IsNot
Implementation of
CharMatcher.isNot(char) . |
private static class |
CharMatcher.JavaIsoControl
Implementation of
CharMatcher.javaIsoControl() . |
(package private) static class |
CharMatcher.NamedFastMatcher
CharMatcher.FastMatcher which overrides toString() with a custom name. |
private static class |
CharMatcher.None
Implementation of
CharMatcher.none() . |
(package private) static class |
CharMatcher.Whitespace
Implementation of
CharMatcher.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.
|