Generated by
JDiff

Package com.google.common.base

Changed Classes and Interfaces
Equivalence A strategy for determining whether two instances are considered equivalent, and for computing hash codes in a manner consistent with that equivalence.
Function Determines an output value based on an input value; a pre-Java-8 version of java.util.function.Function.
Optional An immutable object that may contain a non-null reference to another object.
Predicate Determines a true or false value for a given input; a pre-Java-8 version of java.util.function.Predicate.
Splitter Extracts non-overlapping substrings from an input string, typically by recognizing appearances of a separator sequence.
Stopwatch An object that accurately measures elapsed time: the measured duration between two successive readings of "now" in the same process.
Supplier A class that can supply objects of a single type; a pre-Java-8 version of java.util.function.Supplier.