Generated by
JDiff

Package com.google.common.base

Added Classes
Equivalence.Wrapper Wraps an object so that .equals(Object) and .hashCode() delegate to an Equivalence.
Optional An immutable object that may contain a non-null reference to another object.
Splitter.MapSplitter An object that splits strings into maps as {@code Splitter} splits iterables and lists.
Stopwatch An object that measures elapsed time in nanoseconds.
 

Changed Classes
Equivalence A strategy for determining whether two instances are considered equivalent.
Equivalences Contains static factory methods for creating {@code Equivalence} instances.
Functions Static utility methods pertaining to {@code Function} instances.
Joiner.MapJoiner An object that joins map entries in the same manner as {@code Joiner} joins iterables and arrays.
Predicates Static utility methods pertaining to {@code Predicate} instances.
Splitter An object that divides strings (or other instances of {@code CharSequence}) into substrings, by recognizing a separator (a.k.a.
Throwables Static utility methods pertaining to instances of Throwable.
Ticker A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.