All Classes and Interfaces

Classes
Class
Description
Static methods for various frequently-used operations on 1D and 2D arrays.
Provides ways to encode digits in different base systems, or radixes, and decode numbers written in those bases.
Methods for converting floats to and from ints, as well as doubles to and from longs and ints.
64-bit and 32-bit hashing functions that we can rely on staying the same cross-platform.
Mathematical operations not provided by java.lang.Math.
Various trigonometric approximations, using a lookup table for sin(), cos(), and tan(), and Taylor series for their inverses.