Package io.deephaven.vector
package io.deephaven.vector
-
ClassDescriptionA subset of a
ByteVectoraccording to an array of positions.AVectorof primitive bytes.Base class for all "indirect" ByteVector implementations.AByteVectorbacked by an array.A subset of aByteVectoraccording to a range of positions.A subset of aCharVectoraccording to an array of positions.AVectorof primitive chars.Base class for all "indirect" CharVector implementations.ACharVectorbacked by an array.A subset of aCharVectoraccording to a range of positions.A subset of aDoubleVectoraccording to an array of positions.AVectorof primitive doubles.Base class for all "indirect" DoubleVector implementations.ADoubleVectorbacked by an array.A subset of aDoubleVectoraccording to a range of positions.A subset of aFloatVectoraccording to an array of positions.AVectorof primitive floats.Base class for all "indirect" FloatVector implementations.AFloatVectorbacked by an array.A subset of aFloatVectoraccording to a range of positions.A subset of aIntVectoraccording to an array of positions.AVectorof primitive ints.Base class for all "indirect" IntVector implementations.AIntVectorbacked by an array.A subset of aIntVectoraccording to a range of positions.A subset of aLongVectoraccording to an array of positions.AVectorof primitive longs.Base class for all "indirect" LongVector implementations.ALongVectorbacked by an array.A subset of aLongVectoraccording to a range of positions.ObjectSubVector<COMPONENT_TYPE>A subset of aObjectVectoraccording to an array of positions.ObjectVector<COMPONENT_TYPE>ObjectVector.Indirect<COMPONENT_TYPE>Base class for all "indirect" ObjectVector implementations.ObjectVectorDirect<COMPONENT_TYPE>AnObjectVectorbacked by an array.ObjectVectorSlice<COMPONENT_TYPE>A subset of anObjectVectoraccording to a range of positions.A subset of aShortVectoraccording to an array of positions.AVectorof primitive shorts.Base class for all "indirect" ShortVector implementations.AShortVectorbacked by an array.A subset of aShortVectoraccording 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 asVectorinstances.