Package com.google.common.base

Interface Summary
Service An object with an operational state, plus asynchronous Service.start() and Service.stop() lifecycle methods to transfer into and out of this state.
 

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.
 

Enum Summary
CaseFormat Utility class for converting between various case formats.
Service.State The lifecycle states of a service.