CharArray |
/**
|
IndexArray |
Class IndexArray stores an array whose entries
are elements of a bounded set of non-negative integers along with an upper
bound.
|
IntIntMap |
Class IntIntMap represents a map with integer keys and integer
values.
|
IntList |
Class IntList represents a list of integers.
|
PackedIntArray |
Class PackedIntArray represents an immutable array of
nonnegative integer values, which are stored in compressed form.
|
SynchedIntList |
Class SynchedIntList represents a list of integers.
|
UnsignedByteArray |
Class UnsignedByteIndexArray 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.
|