Generated by
JDiff

Package com.google.common.base

Added Classes
Converter A function from {@code A} to {@code B} with an associated reverse function from {@code B} to {@code A}; used for converting back and forth between different representations of the same information.
Utf8 Low-level, high-performance utility methods related to the Charsets#UTF_8 UTF-8 character encoding.
 

Changed Classes
Ascii Static methods pertaining to ASCII characters (those in the range of values {@code 0x00} through {@code 0x7F}), and to strings containing such characters.
CaseFormat Utility class for converting between various ASCII case formats.
CharMatcher Determines a true or false value for any Java {@code char} value, just as Predicate does for any Object.
Enums Utility methods for working with Enum instances.
Stopwatch An object that measures elapsed time in nanoseconds.