Package | Description |
---|---|
com.google.common.base |
Basic utility libraries and interfaces.
|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
com.google.common.util.concurrent |
Concurrency utilities.
|
Class and Description |
---|
CaseFormat
Utility class for converting between various ASCII case formats.
|
CharMatcher |
Equivalence
A strategy for determining whether two instances are considered equivalent.
|
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
Determines an output value based on an input value.
|
Joiner |
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.
|
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.
|
Class and Description |
---|
Function
Determines an output value based on an input value.
|
Predicate
Determines a true or false value for a given input.
|
Supplier
A class that can supply objects of a single type.
|
Class and Description |
---|
Function
Determines an output value based on an input value.
|