| Class | Description |
|---|---|
| Ints |
Static utility methods pertaining to
int primitives, that are not
already found in either Integer or Arrays. |
| UnsignedInts |
Static utility methods pertaining to
int primitives that interpret values as
unsigned (that is, any negative value x is treated as the positive value
2^32 + x). |