| Class | Description |
|---|---|
| ArrayIterator<T> |
A wrapper to make arrays iterable
|
| ArrayUtils |
Collection of utilities for primitive arrays.
|
| ByteArrayConverter |
Utility methods for converting arrays of
(unsigned) bytes to integers and back.
|
| ByteArrayView |
A wrapper around a java byte array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| DoubleArrayView |
A wrapper around a java double array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| FloatArrayView |
A wrapper around a java float array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| IntArrayView |
A wrapper around a java int array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| LongArrayView |
A wrapper around a java long array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| ShortArrayView |
A wrapper around a java short array that allows
views onto the array to be created without the
overhead of maintaining copies of the data.
|
| SparseBinSearchByteArray |
A Sparse array of byte values implemented using a pair of
sorted parallel arrays.
|
| SparseBinSearchDoubleArray |
A Sparse array of double values implemented using a pair of
sorted parallel arrays.
|
| SparseBinSearchFloatArray |
A Sparse array of float values implemented using a pair of
sorted parallel arrays.
|
| SparseBinSearchIntArray |
A Sparse array of int values implemented using a pair of
sorted parallel arrays.
|
| SparseBinSearchLongArray |
A Sparse array of long values implemented using a pair of
sorted parallel arrays.
|
| SparseBinSearchShortArray |
A Sparse array of short values implemented using a pair of
sorted parallel arrays.
|
| SparseByteArray |
A sparse array of byte values.
|
| SparseByteArray.DualEntry |
An entry representing the values in two parallel
SparseByteArrays
at the same index. |
| SparseByteArray.Entry |
An entry in a
SparseByteArray, consisting of
an index and value. |
| SparseDoubleArray |
A sparse array of double values.
|
| SparseDoubleArray.DualEntry |
An entry representing the values in two parallel
SparseDoubleArrays
at the same index. |
| SparseDoubleArray.Entry |
An entry in a
SparseDoubleArray, consisting of
an index and value. |
| SparseFloatArray |
A sparse array of float values.
|
| SparseFloatArray.DualEntry |
An entry representing the values in two parallel
SparseFloatArrays
at the same index. |
| SparseFloatArray.Entry |
An entry in a
SparseFloatArray, consisting of
an index and value. |
| SparseHashedByteArray |
A
SparseByteArray implementation based on a
TIntByteHashMap. |
| SparseHashedDoubleArray |
A
SparseDoubleArray implementation based on a
TIntDoubleHashMap. |
| SparseHashedFloatArray |
A
SparseFloatArray implementation based on a
TIntFloatHashMap. |
| SparseHashedIntArray |
A
SparseIntArray implementation based on a
TIntIntHashMap. |
| SparseHashedLongArray |
A
SparseLongArray implementation based on a
TIntLongHashMap. |
| SparseHashedShortArray |
A
SparseShortArray implementation based on a
TIntShortHashMap. |
| SparseIntArray |
A sparse array of int values.
|
| SparseIntArray.DualEntry |
An entry representing the values in two parallel
SparseIntArrays
at the same index. |
| SparseIntArray.Entry |
An entry in a
SparseIntArray, consisting of
an index and value. |
| SparseLongArray |
A sparse array of long values.
|
| SparseLongArray.DualEntry |
An entry representing the values in two parallel
SparseLongArrays
at the same index. |
| SparseLongArray.Entry |
An entry in a
SparseLongArray, consisting of
an index and value. |
| SparseShortArray |
A sparse array of short values.
|
| SparseShortArray.DualEntry |
An entry representing the values in two parallel
SparseShortArrays
at the same index. |
| SparseShortArray.Entry |
An entry in a
SparseShortArray, consisting of
an index and value. |