Generated by
JDiff

Package com.google.common.primitives

Added Classes
UnsignedLongs Static utility methods pertaining to {@code long} primitives that interpret values as unsigned (that is, any negative value {@code x} is treated as the positive value {@code 2^64 + x}).
 

Changed Classes
Doubles Static utility methods pertaining to {@code double} primitives, that are not already found in either Double or Arrays.
Floats Static utility methods pertaining to {@code float} primitives, that are not already found in either Float or Arrays.
Ints Static utility methods pertaining to {@code int} primitives, that are not already found in either Integer or Arrays.
Longs Static utility methods pertaining to {@code long} primitives, that are not already found in either Long or Arrays.
Shorts Static utility methods pertaining to {@code short} primitives, that are not already found in either Short or Arrays.
SignedBytes Static utility methods pertaining to {@code byte} primitives that interpret values as signed.
UnsignedBytes Static utility methods pertaining to {@code byte} primitives that interpret values as unsigned (that is, any negative value {@code b} is treated as the positive value {@code 256 + b}).