Uses of Package
com.google.common.base

Packages that use com.google.common.base
com.google.common.base   
com.google.common.util.concurrent   
 

Classes in com.google.common.base used by com.google.common.base
CaseFormat
          Utility class for converting between various case formats.
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().
Service.State
          The lifecycle states of a service.
Splitter
          An object that divides strings (or other instances of CharSequence) into substrings, by recognizing a separator (a.k.a.
 

Classes in com.google.common.base used by com.google.common.util.concurrent
Service
          An object with an operational state, plus asynchronous Service.start() and Service.stop() lifecycle methods to transfer into and out of this state.
Service.State
          The lifecycle states of a service.