Generated by
JDiff

Package com.google.common.primitives

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.
ImmutableDoubleArray An immutable array of {@code double} values, with an API resembling List.
ImmutableDoubleArray.Builder A builder for ImmutableDoubleArray instances; obtained using ImmutableDoubleArray.builder.
ImmutableIntArray An immutable array of {@code int} values, with an API resembling List.
ImmutableIntArray.Builder A builder for ImmutableIntArray instances; obtained using ImmutableIntArray.builder.
ImmutableLongArray An immutable array of {@code long} values, with an API resembling List.
ImmutableLongArray.Builder A builder for ImmutableLongArray instances; obtained using ImmutableLongArray.builder.
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.
UnsignedInteger A wrapper class for unsigned {@code int} values, supporting arithmetic operations.
UnsignedLong A wrapper class for unsigned {@code long} values, supporting arithmetic operations.