Interface | Description |
---|---|
IntArray |
Interface
IntArray represents an immutable int[] array. |
Class | Description |
---|---|
CharArray |
/**
|
IndexArray |
Class
IndexArray stores an array whose entries
are elements of a bounded set of non-negative integers along with an upper
bound. |
IntList |
Class
IntList represents a list of integers. |
IntMap<E> |
Class
IntMap represents a map with integer keys and generic type
values. |
IntSet |
Class
IntSet represents an indexed set of integers. |
LongArray |
Interface
LongArray represents an immutable long[] array. |
PackedIntArray |
Class
PackedIntArray represents an immutable array of
nonnegative integer values, which are stored in compressed form. |
UnsignedByteArray |
Class
ShiftedByteIndexArray represents an immutable
array of integer values between 0 and 255 inclusive that is stored
as a byte[] array whose values have been translated by -128. |
WrappedIntArray |
Class
WrappedIntArray represents an immutable
int[] array. |