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.JavaIsoControl
Implementation of
CharMatcher.javaIsoControl() . |
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.
|