| Class | Description |
|---|---|
| Arrays |
Utility functions for arrays.
|
| FastMath |
Fast implementations of mathematical functions.
|
| LargeBooleanArray |
This class enables arrays of booleans up to 64-bits in size (for the exact
maximum size, please see
LargeBooleanArray.MAX_SIZE). |
| LargeDoubleArray |
This class enables arrays of doubles up to 64-bits in size (for the exact
maximum size, please see
LargeDoubleArray.MAX_SIZE). |
| LargeIntArray |
This class enables arrays of ints up to 64-bits in size (for the exact
maximum size, please see
LargeIntArray.MAX_SIZE). |
| LargeLongArray |
This class enables arrays of longs up to 64-bits in size (for the exact
maximum size, please see
LargeLongArray.MAX_SIZE). |