|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.google.common.base | |
---|---|
com.google.common.base | Miscellaneous common util classes and annotations. |
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
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() . |
|
FinalizableReference
Implemented by references that have code to run after garbage collection of their referents. |
|
FinalizableReferenceQueue
A reference queue with an associated background thread that dequeues references and invokes FinalizableReference.finalizeReferent() on
them. |
|
Function
A transformation from one object to another. |
|
Joiner
An object which joins pieces of text (specified as an array, Iterable , varargs or even a Map ) with a separator. |
|
Joiner.MapJoiner
An object that joins map entries in the same manner as Joiner joins
iterables and arrays. |
|
Objects.ToStringHelper
Support class for Objects.toStringHelper(java.lang.Object) . |
|
Predicate
Determines a true or false value for a given input. |
|
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. |
|
Supplier
A class that can supply objects of a single type. |
Classes in com.google.common.base used by com.google.common.collect | |
---|---|
Function
A transformation from one object to another. |
|
Predicate
Determines a true or false value for a given input. |
|
Supplier
A class that can supply objects of a single type. |
Classes in com.google.common.base used by com.google.common.util.concurrent | |
---|---|
Function
A transformation from one object to another. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |