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. |
ImmutableIntArray
|
An immutable array of {@code int} values, with an API resembling List. |
ImmutableLongArray
|
An immutable array of {@code long} values, with an API resembling List. |
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. |