Generated by
JDiff

Package com.google.common.primitives

Changed Classes
Bytes Static utility methods pertaining to {@code byte} primitives, that are not already found in either Byte or Arrays, and interpret bytes as neither signed nor unsigned.
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.
UnsignedLong A wrapper class for unsigned {@code long} values, supporting arithmetic operations.