Generated by
JDiff

Package com.google.common.primitives

Changed Classes
Booleans Static utility methods pertaining to {@code boolean} primitives, that are not already found in either Boolean or Arrays.
Chars Static utility methods pertaining to {@code char} primitives, that are not already found in either Character or Arrays.
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.
UnsignedInts Static utility methods pertaining to {@code int} primitives that interpret values as unsigned (that is, any negative value {@code x} is treated as the positive value {@code 2^32 + x}).