Class Summary |
CharMatcher |
Determines a true or false value for any Java char value, just as
Predicate does for any Object . |
CharMatcher.LookupTable |
A bit array with one bit per char value, used by CharMatcher.precomputed() . |
Charsets |
Contains constant definitions for the six standard Charset
instances, which are guaranteed to be supported by all Java platform
implementations. |
Defaults |
This class provides default values for all Java types, as defined by the JLS. |
Splitter |
An object that divides strings (or other instances of CharSequence )
into substrings, by recognizing a separator (a.k.a. |
Throwables |
Static utility methods pertaining to instances of Throwable . |