Package io.deephaven.vector
package io.deephaven.vector
-
ClassDescriptionA subset of a
ByteVector
according to an array of positions.AVector
of primitive bytes.Base class for all "indirect" ByteVector implementations.AByteVector
backed by an array.A subset of aByteVector
according to a range of positions.A subset of aCharVector
according to an array of positions.AVector
of primitive chars.Base class for all "indirect" CharVector implementations.ACharVector
backed by an array.A subset of aCharVector
according to a range of positions.A subset of aDoubleVector
according to an array of positions.AVector
of primitive doubles.Base class for all "indirect" DoubleVector implementations.ADoubleVector
backed by an array.A subset of aDoubleVector
according to a range of positions.A subset of aFloatVector
according to an array of positions.AVector
of primitive floats.Base class for all "indirect" FloatVector implementations.AFloatVector
backed by an array.A subset of aFloatVector
according to a range of positions.A subset of aIntVector
according to an array of positions.AVector
of primitive ints.Base class for all "indirect" IntVector implementations.AIntVector
backed by an array.A subset of aIntVector
according to a range of positions.A subset of aLongVector
according to an array of positions.AVector
of primitive longs.Base class for all "indirect" LongVector implementations.ALongVector
backed by an array.A subset of aLongVector
according to a range of positions.ObjectSubVector<COMPONENT_TYPE>A subset of aObjectVector
according to an array of positions.ObjectVector<COMPONENT_TYPE>ObjectVector.Indirect<COMPONENT_TYPE>Base class for all "indirect" ObjectVector implementations.ObjectVectorDirect<COMPONENT_TYPE>AnObjectVector
backed by an array.ObjectVectorSlice<COMPONENT_TYPE>A subset of anObjectVector
according to a range of positions.A subset of aShortVector
according to an array of positions.AVector
of primitive shorts.Base class for all "indirect" ShortVector implementations.AShortVector
backed by an array.A subset of aShortVector
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 asVector
instances.