All Classes and Interfaces

Class
Description
A subset of a ByteVector according to an array of positions.
A Vector of primitive bytes.
Base class for all "indirect" ByteVector implementations.
A ByteVector backed by an array.
A subset of a ByteVector according to a range of positions.
A subset of a CharVector according to an array of positions.
A Vector of primitive chars.
Base class for all "indirect" CharVector implementations.
A CharVector backed by an array.
A subset of a CharVector according to a range of positions.
A subset of a DoubleVector according to an array of positions.
A Vector of primitive doubles.
Base class for all "indirect" DoubleVector implementations.
A DoubleVector backed by an array.
A subset of a DoubleVector according to a range of positions.
A subset of a FloatVector according to an array of positions.
A Vector of primitive floats.
Base class for all "indirect" FloatVector implementations.
A FloatVector backed by an array.
A subset of a FloatVector according to a range of positions.
A subset of a IntVector according to an array of positions.
A Vector of primitive ints.
Base class for all "indirect" IntVector implementations.
A IntVector backed by an array.
A subset of a IntVector according to a range of positions.
A subset of a LongVector according to an array of positions.
A Vector of primitive longs.
Base class for all "indirect" LongVector implementations.
A LongVector backed by an array.
A subset of a LongVector according to a range of positions.
A subset of a ObjectVector according to an array of positions.
Base class for all "indirect" ObjectVector implementations.
An ObjectVector backed by an array.
A subset of an ObjectVector according to a range of positions.
A subset of a ShortVector according to an array of positions.
A Vector of primitive shorts.
Base class for all "indirect" ShortVector implementations.
A ShortVector backed by an array.
A subset of a ShortVector according to a range of positions.
Logical data structure representing an ordered list of elements.
Utility methods for converting vectors to native arrays.
Factory for wrapping native arrays as Vector instances.