Generated by
JDiff

Package com.google.common.base

Changed Classes and Interfaces
CharMatcher Determines a true or false value for any Java {@code char} value, just as Predicate does for any Object.
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.
Predicate Determines a true or false value for a given input; a pre-Java-8 version of java.util.function.Predicate.
Supplier A class that can supply objects of a single type; a pre-Java-8 version of java.util.function.Supplier.