Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- Boolean - Enum constant in enum class io.deephaven.vector.VectorFactory
- Byte - Enum constant in enum class io.deephaven.vector.VectorFactory
- ByteSubVector - Class in io.deephaven.vector
-
A subset of a
ByteVectoraccording to an array of positions. - ByteSubVector(ByteVector, long[]) - Constructor for class io.deephaven.vector.ByteSubVector
- byteValToString(Object) - Static method in interface io.deephaven.vector.ByteVector
- ByteVector - Interface in io.deephaven.vector
-
A
Vectorof primitive bytes. - ByteVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" ByteVector implementations.
- ByteVectorDirect - Class in io.deephaven.vector
-
A
ByteVectorbacked by an array. - ByteVectorDirect(byte...) - Constructor for class io.deephaven.vector.ByteVectorDirect
- ByteVectorSlice - Class in io.deephaven.vector
-
A subset of a
ByteVectoraccording to a range of positions. - ByteVectorSlice(ByteVector, long, long) - Constructor for class io.deephaven.vector.ByteVectorSlice
C
- Char - Enum constant in enum class io.deephaven.vector.VectorFactory
- CharSubVector - Class in io.deephaven.vector
-
A subset of a
CharVectoraccording to an array of positions. - CharSubVector(CharVector, long[]) - Constructor for class io.deephaven.vector.CharSubVector
- charValToString(Object) - Static method in interface io.deephaven.vector.CharVector
- CharVector - Interface in io.deephaven.vector
-
A
Vectorof primitive chars. - CharVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" CharVector implementations.
- CharVectorDirect - Class in io.deephaven.vector
-
A
CharVectorbacked by an array. - CharVectorDirect(char...) - Constructor for class io.deephaven.vector.CharVectorDirect
- CharVectorSlice - Class in io.deephaven.vector
-
A subset of a
CharVectoraccording to a range of positions. - CharVectorSlice(CharVector, long, long) - Constructor for class io.deephaven.vector.CharVectorSlice
- clampIndex(long, long, long) - Static method in interface io.deephaven.vector.Vector
- classToHelper(Class<?>) - Static method in interface io.deephaven.vector.Vector
- copyToArray() - Method in interface io.deephaven.vector.ByteVector
- copyToArray() - Method in class io.deephaven.vector.ByteVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.ByteVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.CharVector
- copyToArray() - Method in class io.deephaven.vector.CharVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.CharVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.DoubleVector
- copyToArray() - Method in class io.deephaven.vector.DoubleVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.DoubleVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.FloatVector
- copyToArray() - Method in class io.deephaven.vector.FloatVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.FloatVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.IntVector
- copyToArray() - Method in class io.deephaven.vector.IntVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.IntVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.LongVector
- copyToArray() - Method in class io.deephaven.vector.LongVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.LongVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.ObjectVector
- copyToArray() - Method in class io.deephaven.vector.ObjectVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.ObjectVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.ShortVector
- copyToArray() - Method in class io.deephaven.vector.ShortVector.Indirect
- copyToArray() - Method in class io.deephaven.vector.ShortVectorDirect
- copyToArray() - Method in interface io.deephaven.vector.Vector
-
Get an array representation of the elements of this Vector.
D
- defaultValToString(Object) - Static method in interface io.deephaven.vector.ObjectVector
- Double - Enum constant in enum class io.deephaven.vector.VectorFactory
- DoubleSubVector - Class in io.deephaven.vector
-
A subset of a
DoubleVectoraccording to an array of positions. - DoubleSubVector(DoubleVector, long[]) - Constructor for class io.deephaven.vector.DoubleSubVector
- doubleValToString(Object) - Static method in interface io.deephaven.vector.DoubleVector
- DoubleVector - Interface in io.deephaven.vector
-
A
Vectorof primitive doubles. - DoubleVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" DoubleVector implementations.
- DoubleVectorDirect - Class in io.deephaven.vector
-
A
DoubleVectorbacked by an array. - DoubleVectorDirect(double...) - Constructor for class io.deephaven.vector.DoubleVectorDirect
- DoubleVectorSlice - Class in io.deephaven.vector
-
A subset of a
DoubleVectoraccording to a range of positions. - DoubleVectorSlice(DoubleVector, long, long) - Constructor for class io.deephaven.vector.DoubleVectorSlice
E
- empty() - Static method in class io.deephaven.vector.ObjectVectorDirect
- equals(ByteVector, Object) - Static method in interface io.deephaven.vector.ByteVector
-
Helper method for implementing
Object.equals(Object). - equals(CharVector, Object) - Static method in interface io.deephaven.vector.CharVector
-
Helper method for implementing
Object.equals(Object). - equals(DoubleVector, Object) - Static method in interface io.deephaven.vector.DoubleVector
-
Helper method for implementing
Object.equals(Object). - equals(FloatVector, Object) - Static method in interface io.deephaven.vector.FloatVector
-
Helper method for implementing
Object.equals(Object). - equals(IntVector, Object) - Static method in interface io.deephaven.vector.IntVector
-
Helper method for implementing
Object.equals(Object). - equals(LongVector, Object) - Static method in interface io.deephaven.vector.LongVector
-
Helper method for implementing
Object.equals(Object). - equals(ObjectVector<?>, Object) - Static method in interface io.deephaven.vector.ObjectVector
-
Helper method for implementing
Object.equals(Object). - equals(ShortVector, Object) - Static method in interface io.deephaven.vector.ShortVector
-
Helper method for implementing
Object.equals(Object). - equals(Object) - Method in class io.deephaven.vector.ByteVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.ByteVectorDirect
- equals(Object) - Method in class io.deephaven.vector.CharVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.CharVectorDirect
- equals(Object) - Method in class io.deephaven.vector.DoubleVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.DoubleVectorDirect
- equals(Object) - Method in class io.deephaven.vector.FloatVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.FloatVectorDirect
- equals(Object) - Method in class io.deephaven.vector.IntVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.IntVectorDirect
- equals(Object) - Method in class io.deephaven.vector.LongVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.LongVectorDirect
- equals(Object) - Method in class io.deephaven.vector.ObjectVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.ObjectVectorDirect
- equals(Object) - Method in class io.deephaven.vector.ShortVector.Indirect
- equals(Object) - Method in class io.deephaven.vector.ShortVectorDirect
F
- Float - Enum constant in enum class io.deephaven.vector.VectorFactory
- FloatSubVector - Class in io.deephaven.vector
-
A subset of a
FloatVectoraccording to an array of positions. - FloatSubVector(FloatVector, long[]) - Constructor for class io.deephaven.vector.FloatSubVector
- floatValToString(Object) - Static method in interface io.deephaven.vector.FloatVector
- FloatVector - Interface in io.deephaven.vector
-
A
Vectorof primitive floats. - FloatVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" FloatVector implementations.
- FloatVectorDirect - Class in io.deephaven.vector
-
A
FloatVectorbacked by an array. - FloatVectorDirect(float...) - Constructor for class io.deephaven.vector.FloatVectorDirect
- FloatVectorSlice - Class in io.deephaven.vector
-
A subset of a
FloatVectoraccording to a range of positions. - FloatVectorSlice(FloatVector, long, long) - Constructor for class io.deephaven.vector.FloatVectorSlice
- forElementType(Class<?>) - Static method in enum class io.deephaven.vector.VectorFactory
G
- get(long) - Method in class io.deephaven.vector.ByteSubVector
- get(long) - Method in interface io.deephaven.vector.ByteVector
-
Get the element of this ByteVector at offset
index. - get(long) - Method in class io.deephaven.vector.ByteVectorDirect
- get(long) - Method in class io.deephaven.vector.ByteVectorSlice
- get(long) - Method in class io.deephaven.vector.CharSubVector
- get(long) - Method in interface io.deephaven.vector.CharVector
-
Get the element of this CharVector at offset
index. - get(long) - Method in class io.deephaven.vector.CharVectorDirect
- get(long) - Method in class io.deephaven.vector.CharVectorSlice
- get(long) - Method in class io.deephaven.vector.DoubleSubVector
- get(long) - Method in interface io.deephaven.vector.DoubleVector
-
Get the element of this DoubleVector at offset
index. - get(long) - Method in class io.deephaven.vector.DoubleVectorDirect
- get(long) - Method in class io.deephaven.vector.DoubleVectorSlice
- get(long) - Method in class io.deephaven.vector.FloatSubVector
- get(long) - Method in interface io.deephaven.vector.FloatVector
-
Get the element of this FloatVector at offset
index. - get(long) - Method in class io.deephaven.vector.FloatVectorDirect
- get(long) - Method in class io.deephaven.vector.FloatVectorSlice
- get(long) - Method in class io.deephaven.vector.IntSubVector
- get(long) - Method in interface io.deephaven.vector.IntVector
-
Get the element of this IntVector at offset
index. - get(long) - Method in class io.deephaven.vector.IntVectorDirect
- get(long) - Method in class io.deephaven.vector.IntVectorSlice
- get(long) - Method in class io.deephaven.vector.LongSubVector
- get(long) - Method in interface io.deephaven.vector.LongVector
-
Get the element of this LongVector at offset
index. - get(long) - Method in class io.deephaven.vector.LongVectorDirect
- get(long) - Method in class io.deephaven.vector.LongVectorSlice
- get(long) - Method in class io.deephaven.vector.ObjectSubVector
- get(long) - Method in interface io.deephaven.vector.ObjectVector
-
Get the element of this ObjectVector at offset
index. - get(long) - Method in class io.deephaven.vector.ObjectVectorDirect
- get(long) - Method in class io.deephaven.vector.ObjectVectorSlice
- get(long) - Method in class io.deephaven.vector.ShortSubVector
- get(long) - Method in interface io.deephaven.vector.ShortVector
-
Get the element of this ShortVector at offset
index. - get(long) - Method in class io.deephaven.vector.ShortVectorDirect
- get(long) - Method in class io.deephaven.vector.ShortVectorSlice
- getComponentType() - Method in interface io.deephaven.vector.ByteVector
- getComponentType() - Method in interface io.deephaven.vector.CharVector
- getComponentType() - Method in interface io.deephaven.vector.DoubleVector
- getComponentType() - Method in interface io.deephaven.vector.FloatVector
- getComponentType() - Method in interface io.deephaven.vector.IntVector
- getComponentType() - Method in interface io.deephaven.vector.LongVector
- getComponentType() - Method in class io.deephaven.vector.ObjectSubVector
- getComponentType() - Method in interface io.deephaven.vector.ObjectVector
- getComponentType() - Method in class io.deephaven.vector.ObjectVectorDirect
- getComponentType() - Method in class io.deephaven.vector.ObjectVectorSlice
- getComponentType() - Method in interface io.deephaven.vector.ShortVector
- getComponentType() - Method in interface io.deephaven.vector.Vector
- getDirect() - Method in interface io.deephaven.vector.ByteVector
- getDirect() - Method in class io.deephaven.vector.ByteVector.Indirect
- getDirect() - Method in class io.deephaven.vector.ByteVectorDirect
- getDirect() - Method in interface io.deephaven.vector.CharVector
- getDirect() - Method in class io.deephaven.vector.CharVector.Indirect
- getDirect() - Method in class io.deephaven.vector.CharVectorDirect
- getDirect() - Method in interface io.deephaven.vector.DoubleVector
- getDirect() - Method in class io.deephaven.vector.DoubleVector.Indirect
- getDirect() - Method in class io.deephaven.vector.DoubleVectorDirect
- getDirect() - Method in interface io.deephaven.vector.FloatVector
- getDirect() - Method in class io.deephaven.vector.FloatVector.Indirect
- getDirect() - Method in class io.deephaven.vector.FloatVectorDirect
- getDirect() - Method in interface io.deephaven.vector.IntVector
- getDirect() - Method in class io.deephaven.vector.IntVector.Indirect
- getDirect() - Method in class io.deephaven.vector.IntVectorDirect
- getDirect() - Method in interface io.deephaven.vector.LongVector
- getDirect() - Method in class io.deephaven.vector.LongVector.Indirect
- getDirect() - Method in class io.deephaven.vector.LongVectorDirect
- getDirect() - Method in interface io.deephaven.vector.ObjectVector
- getDirect() - Method in class io.deephaven.vector.ObjectVector.Indirect
- getDirect() - Method in class io.deephaven.vector.ObjectVectorDirect
- getDirect() - Method in interface io.deephaven.vector.ShortVector
- getDirect() - Method in class io.deephaven.vector.ShortVector.Indirect
- getDirect() - Method in class io.deephaven.vector.ShortVectorDirect
- getDirect() - Method in interface io.deephaven.vector.Vector
H
- hashCode() - Method in class io.deephaven.vector.ByteVector.Indirect
- hashCode() - Method in class io.deephaven.vector.ByteVectorDirect
- hashCode() - Method in class io.deephaven.vector.CharVector.Indirect
- hashCode() - Method in class io.deephaven.vector.CharVectorDirect
- hashCode() - Method in class io.deephaven.vector.DoubleVector.Indirect
- hashCode() - Method in class io.deephaven.vector.DoubleVectorDirect
- hashCode() - Method in class io.deephaven.vector.FloatVector.Indirect
- hashCode() - Method in class io.deephaven.vector.FloatVectorDirect
- hashCode() - Method in class io.deephaven.vector.IntVector.Indirect
- hashCode() - Method in class io.deephaven.vector.IntVectorDirect
- hashCode() - Method in class io.deephaven.vector.LongVector.Indirect
- hashCode() - Method in class io.deephaven.vector.LongVectorDirect
- hashCode() - Method in class io.deephaven.vector.ObjectVector.Indirect
- hashCode() - Method in class io.deephaven.vector.ObjectVectorDirect
- hashCode() - Method in class io.deephaven.vector.ShortVector.Indirect
- hashCode() - Method in class io.deephaven.vector.ShortVectorDirect
- hashCode(ByteVector) - Static method in interface io.deephaven.vector.ByteVector
-
Helper method for implementing
Object.hashCode(). - hashCode(CharVector) - Static method in interface io.deephaven.vector.CharVector
-
Helper method for implementing
Object.hashCode(). - hashCode(DoubleVector) - Static method in interface io.deephaven.vector.DoubleVector
-
Helper method for implementing
Object.hashCode(). - hashCode(FloatVector) - Static method in interface io.deephaven.vector.FloatVector
-
Helper method for implementing
Object.hashCode(). - hashCode(IntVector) - Static method in interface io.deephaven.vector.IntVector
-
Helper method for implementing
Object.hashCode(). - hashCode(LongVector) - Static method in interface io.deephaven.vector.LongVector
-
Helper method for implementing
Object.hashCode(). - hashCode(ObjectVector<?>) - Static method in interface io.deephaven.vector.ObjectVector
-
Helper method for implementing
Object.hashCode(). - hashCode(ShortVector) - Static method in interface io.deephaven.vector.ShortVector
-
Helper method for implementing
Object.hashCode().
I
- Indirect() - Constructor for class io.deephaven.vector.ByteVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.CharVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.DoubleVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.FloatVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.IntVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.LongVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.ObjectVector.Indirect
- Indirect() - Constructor for class io.deephaven.vector.ShortVector.Indirect
- Int - Enum constant in enum class io.deephaven.vector.VectorFactory
- IntSubVector - Class in io.deephaven.vector
-
A subset of a
IntVectoraccording to an array of positions. - IntSubVector(IntVector, long[]) - Constructor for class io.deephaven.vector.IntSubVector
- intValToString(Object) - Static method in interface io.deephaven.vector.IntVector
- IntVector - Interface in io.deephaven.vector
-
A
Vectorof primitive ints. - IntVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" IntVector implementations.
- IntVectorDirect - Class in io.deephaven.vector
-
A
IntVectorbacked by an array. - IntVectorDirect(int...) - Constructor for class io.deephaven.vector.IntVectorDirect
- IntVectorSlice - Class in io.deephaven.vector
-
A subset of a
IntVectoraccording to a range of positions. - IntVectorSlice(IntVector, long, long) - Constructor for class io.deephaven.vector.IntVectorSlice
- io.deephaven.vector - package io.deephaven.vector
- isEmpty() - Method in interface io.deephaven.vector.Vector
- iterator() - Method in interface io.deephaven.vector.ByteVector
- iterator() - Method in interface io.deephaven.vector.CharVector
- iterator() - Method in interface io.deephaven.vector.DoubleVector
- iterator() - Method in interface io.deephaven.vector.FloatVector
- iterator() - Method in interface io.deephaven.vector.IntVector
- iterator() - Method in interface io.deephaven.vector.LongVector
- iterator() - Method in interface io.deephaven.vector.ObjectVector
- iterator() - Method in interface io.deephaven.vector.ShortVector
- iterator(long, long) - Method in interface io.deephaven.vector.ByteVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.ByteVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.ByteVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.CharVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.CharVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.CharVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.DoubleVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.DoubleVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.DoubleVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.FloatVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.FloatVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.FloatVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.IntVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.IntVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.IntVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.LongVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.LongVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.LongVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.ObjectVector
-
Returns an iterator over a slice of this ObjectVector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.ObjectVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.ObjectVectorSlice
- iterator(long, long) - Method in interface io.deephaven.vector.ShortVector
-
Returns an iterator over a slice of this vector, with equivalent semantics to
subVector(fromIndexInclusive, toIndexExclusive).iterator(). - iterator(long, long) - Method in class io.deephaven.vector.ShortVectorDirect
- iterator(long, long) - Method in class io.deephaven.vector.ShortVectorSlice
L
- Long - Enum constant in enum class io.deephaven.vector.VectorFactory
- LongSubVector - Class in io.deephaven.vector
-
A subset of a
LongVectoraccording to an array of positions. - LongSubVector(LongVector, long[]) - Constructor for class io.deephaven.vector.LongSubVector
- longValToString(Object) - Static method in interface io.deephaven.vector.LongVector
- LongVector - Interface in io.deephaven.vector
-
A
Vectorof primitive longs. - LongVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" LongVector implementations.
- LongVectorDirect - Class in io.deephaven.vector
-
A
LongVectorbacked by an array. - LongVectorDirect(long...) - Constructor for class io.deephaven.vector.LongVectorDirect
- LongVectorSlice - Class in io.deephaven.vector
-
A subset of a
LongVectoraccording to a range of positions. - LongVectorSlice(LongVector, long, long) - Constructor for class io.deephaven.vector.LongVectorSlice
M
- mapSelectedPositionRange(long[], long, long) - Static method in interface io.deephaven.vector.Vector
- mapSelectedPositions(long[], long[]) - Static method in interface io.deephaven.vector.Vector
N
- NULL_ELEMENT_STRING - Static variable in interface io.deephaven.vector.Vector
- nullSafeVectorToArray(ByteVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(CharVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(DoubleVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(FloatVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(IntVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(LongVector) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(ObjectVector<T>) - Static method in class io.deephaven.vector.VectorConversions
- nullSafeVectorToArray(ShortVector) - Static method in class io.deephaven.vector.VectorConversions
O
- Object - Enum constant in enum class io.deephaven.vector.VectorFactory
- ObjectSubVector<COMPONENT_TYPE> - Class in io.deephaven.vector
-
A subset of a
ObjectVectoraccording to an array of positions. - ObjectSubVector(ObjectVector<COMPONENT_TYPE>, long[]) - Constructor for class io.deephaven.vector.ObjectSubVector
- ObjectVector<COMPONENT_TYPE> - Interface in io.deephaven.vector
- ObjectVector.Indirect<COMPONENT_TYPE> - Class in io.deephaven.vector
-
Base class for all "indirect" ObjectVector implementations.
- ObjectVectorDirect<COMPONENT_TYPE> - Class in io.deephaven.vector
-
An
ObjectVectorbacked by an array. - ObjectVectorDirect(COMPONENT_TYPE...) - Constructor for class io.deephaven.vector.ObjectVectorDirect
- ObjectVectorSlice<COMPONENT_TYPE> - Class in io.deephaven.vector
-
A subset of an
ObjectVectoraccording to a range of positions. - ObjectVectorSlice(ObjectVector<COMPONENT_TYPE>, long, long) - Constructor for class io.deephaven.vector.ObjectVectorSlice
P
- primitiveByteValToString(byte) - Static method in interface io.deephaven.vector.ByteVector
- primitiveCharValToString(char) - Static method in interface io.deephaven.vector.CharVector
- primitiveDoubleValToString(double) - Static method in interface io.deephaven.vector.DoubleVector
- primitiveFloatValToString(float) - Static method in interface io.deephaven.vector.FloatVector
- primitiveIntValToString(int) - Static method in interface io.deephaven.vector.IntVector
- primitiveLongValToString(long) - Static method in interface io.deephaven.vector.LongVector
- primitiveShortValToString(short) - Static method in interface io.deephaven.vector.ShortVector
S
- serialVersionUID - Static variable in interface io.deephaven.vector.ByteVector
- serialVersionUID - Static variable in interface io.deephaven.vector.CharVector
- serialVersionUID - Static variable in interface io.deephaven.vector.DoubleVector
- serialVersionUID - Static variable in interface io.deephaven.vector.FloatVector
- serialVersionUID - Static variable in interface io.deephaven.vector.IntVector
- serialVersionUID - Static variable in interface io.deephaven.vector.LongVector
- serialVersionUID - Static variable in interface io.deephaven.vector.ObjectVector
- serialVersionUID - Static variable in interface io.deephaven.vector.ShortVector
- serialVersionUID - Static variable in interface io.deephaven.vector.Vector
- Short - Enum constant in enum class io.deephaven.vector.VectorFactory
- ShortSubVector - Class in io.deephaven.vector
-
A subset of a
ShortVectoraccording to an array of positions. - ShortSubVector(ShortVector, long[]) - Constructor for class io.deephaven.vector.ShortSubVector
- shortValToString(Object) - Static method in interface io.deephaven.vector.ShortVector
- ShortVector - Interface in io.deephaven.vector
-
A
Vectorof primitive shorts. - ShortVector.Indirect - Class in io.deephaven.vector
-
Base class for all "indirect" ShortVector implementations.
- ShortVectorDirect - Class in io.deephaven.vector
-
A
ShortVectorbacked by an array. - ShortVectorDirect(short...) - Constructor for class io.deephaven.vector.ShortVectorDirect
- ShortVectorSlice - Class in io.deephaven.vector
-
A subset of a
ShortVectoraccording to a range of positions. - ShortVectorSlice(ShortVector, long, long) - Constructor for class io.deephaven.vector.ShortVectorSlice
- size() - Method in class io.deephaven.vector.ByteSubVector
- size() - Method in class io.deephaven.vector.ByteVectorDirect
- size() - Method in class io.deephaven.vector.ByteVectorSlice
- size() - Method in class io.deephaven.vector.CharSubVector
- size() - Method in class io.deephaven.vector.CharVectorDirect
- size() - Method in class io.deephaven.vector.CharVectorSlice
- size() - Method in class io.deephaven.vector.DoubleSubVector
- size() - Method in class io.deephaven.vector.DoubleVectorDirect
- size() - Method in class io.deephaven.vector.DoubleVectorSlice
- size() - Method in class io.deephaven.vector.FloatSubVector
- size() - Method in class io.deephaven.vector.FloatVectorDirect
- size() - Method in class io.deephaven.vector.FloatVectorSlice
- size() - Method in class io.deephaven.vector.IntSubVector
- size() - Method in class io.deephaven.vector.IntVectorDirect
- size() - Method in class io.deephaven.vector.IntVectorSlice
- size() - Method in class io.deephaven.vector.LongSubVector
- size() - Method in class io.deephaven.vector.LongVectorDirect
- size() - Method in class io.deephaven.vector.LongVectorSlice
- size() - Method in class io.deephaven.vector.ObjectSubVector
- size() - Method in class io.deephaven.vector.ObjectVectorDirect
- size() - Method in class io.deephaven.vector.ObjectVectorSlice
- size() - Method in class io.deephaven.vector.ShortSubVector
- size() - Method in class io.deephaven.vector.ShortVectorDirect
- size() - Method in class io.deephaven.vector.ShortVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.ByteSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.ByteVector
- subVector(long, long) - Method in class io.deephaven.vector.ByteVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.ByteVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.CharSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.CharVector
- subVector(long, long) - Method in class io.deephaven.vector.CharVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.CharVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.DoubleSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.DoubleVector
- subVector(long, long) - Method in class io.deephaven.vector.DoubleVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.DoubleVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.FloatSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.FloatVector
- subVector(long, long) - Method in class io.deephaven.vector.FloatVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.FloatVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.IntSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.IntVector
- subVector(long, long) - Method in class io.deephaven.vector.IntVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.IntVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.LongSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.LongVector
- subVector(long, long) - Method in class io.deephaven.vector.LongVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.LongVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.ObjectSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.ObjectVector
- subVector(long, long) - Method in class io.deephaven.vector.ObjectVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.ObjectVectorSlice
- subVector(long, long) - Method in class io.deephaven.vector.ShortSubVector
- subVector(long, long) - Method in interface io.deephaven.vector.ShortVector
- subVector(long, long) - Method in class io.deephaven.vector.ShortVectorDirect
- subVector(long, long) - Method in class io.deephaven.vector.ShortVectorSlice
- subVector(long, long) - Method in interface io.deephaven.vector.Vector
-
Get a Vector that represents a slice of this Vector.
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ByteSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.ByteVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ByteVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ByteVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.CharSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.CharVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.CharVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.CharVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.DoubleSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.DoubleVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.DoubleVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.DoubleVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.FloatSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.FloatVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.FloatVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.FloatVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.IntSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.IntVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.IntVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.IntVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.LongSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.LongVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.LongVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.LongVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ObjectSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.ObjectVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ObjectVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ObjectVectorSlice
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ShortSubVector
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.ShortVector
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ShortVectorDirect
- subVectorByPositions(long[]) - Method in class io.deephaven.vector.ShortVectorSlice
- subVectorByPositions(long[]) - Method in interface io.deephaven.vector.Vector
-
Get a Vector that represents a set of offset positions in this Vector.
T
- toArray() - Method in class io.deephaven.vector.ByteVector.Indirect
- toArray() - Method in interface io.deephaven.vector.ByteVector
- toArray() - Method in class io.deephaven.vector.ByteVectorDirect
- toArray() - Method in class io.deephaven.vector.ByteVectorSlice
- toArray() - Method in class io.deephaven.vector.CharVector.Indirect
- toArray() - Method in interface io.deephaven.vector.CharVector
- toArray() - Method in class io.deephaven.vector.CharVectorDirect
- toArray() - Method in class io.deephaven.vector.CharVectorSlice
- toArray() - Method in class io.deephaven.vector.DoubleVector.Indirect
- toArray() - Method in interface io.deephaven.vector.DoubleVector
- toArray() - Method in class io.deephaven.vector.DoubleVectorDirect
- toArray() - Method in class io.deephaven.vector.DoubleVectorSlice
- toArray() - Method in class io.deephaven.vector.FloatVector.Indirect
- toArray() - Method in interface io.deephaven.vector.FloatVector
- toArray() - Method in class io.deephaven.vector.FloatVectorDirect
- toArray() - Method in class io.deephaven.vector.FloatVectorSlice
- toArray() - Method in class io.deephaven.vector.IntVector.Indirect
- toArray() - Method in interface io.deephaven.vector.IntVector
- toArray() - Method in class io.deephaven.vector.IntVectorDirect
- toArray() - Method in class io.deephaven.vector.IntVectorSlice
- toArray() - Method in class io.deephaven.vector.LongVector.Indirect
- toArray() - Method in interface io.deephaven.vector.LongVector
- toArray() - Method in class io.deephaven.vector.LongVectorDirect
- toArray() - Method in class io.deephaven.vector.LongVectorSlice
- toArray() - Method in class io.deephaven.vector.ObjectVector.Indirect
- toArray() - Method in interface io.deephaven.vector.ObjectVector
- toArray() - Method in class io.deephaven.vector.ObjectVectorDirect
- toArray() - Method in class io.deephaven.vector.ObjectVectorSlice
- toArray() - Method in class io.deephaven.vector.ShortVector.Indirect
- toArray() - Method in interface io.deephaven.vector.ShortVector
- toArray() - Method in class io.deephaven.vector.ShortVectorDirect
- toArray() - Method in class io.deephaven.vector.ShortVectorSlice
- toArray() - Method in interface io.deephaven.vector.Vector
-
Get an array representation of the elements of this Vector.
- toString() - Method in class io.deephaven.vector.ByteVector.Indirect
- toString() - Method in class io.deephaven.vector.ByteVectorDirect
- toString() - Method in class io.deephaven.vector.CharVector.Indirect
- toString() - Method in class io.deephaven.vector.CharVectorDirect
- toString() - Method in class io.deephaven.vector.DoubleVector.Indirect
- toString() - Method in class io.deephaven.vector.DoubleVectorDirect
- toString() - Method in class io.deephaven.vector.FloatVector.Indirect
- toString() - Method in class io.deephaven.vector.FloatVectorDirect
- toString() - Method in class io.deephaven.vector.IntVector.Indirect
- toString() - Method in class io.deephaven.vector.IntVectorDirect
- toString() - Method in class io.deephaven.vector.LongVector.Indirect
- toString() - Method in class io.deephaven.vector.LongVectorDirect
- toString() - Method in class io.deephaven.vector.ObjectVector.Indirect
- toString() - Method in class io.deephaven.vector.ObjectVectorDirect
- toString() - Method in class io.deephaven.vector.ShortVector.Indirect
- toString() - Method in class io.deephaven.vector.ShortVectorDirect
- toString(int) - Method in interface io.deephaven.vector.ByteVector
- toString(int) - Method in interface io.deephaven.vector.CharVector
- toString(int) - Method in interface io.deephaven.vector.DoubleVector
- toString(int) - Method in interface io.deephaven.vector.FloatVector
- toString(int) - Method in interface io.deephaven.vector.IntVector
- toString(int) - Method in interface io.deephaven.vector.LongVector
- toString(int) - Method in interface io.deephaven.vector.ObjectVector
- toString(int) - Method in interface io.deephaven.vector.ShortVector
- toString(int) - Method in interface io.deephaven.vector.Vector
-
Get a String representation of a prefix of this Vector.
- toString(ByteVector, int) - Static method in interface io.deephaven.vector.ByteVector
-
Helper method for implementing
Object.toString(). - toString(CharVector, int) - Static method in interface io.deephaven.vector.CharVector
-
Helper method for implementing
Object.toString(). - toString(DoubleVector, int) - Static method in interface io.deephaven.vector.DoubleVector
-
Helper method for implementing
Object.toString(). - toString(FloatVector, int) - Static method in interface io.deephaven.vector.FloatVector
-
Helper method for implementing
Object.toString(). - toString(IntVector, int) - Static method in interface io.deephaven.vector.IntVector
-
Helper method for implementing
Object.toString(). - toString(LongVector, int) - Static method in interface io.deephaven.vector.LongVector
-
Helper method for implementing
Object.toString(). - toString(ObjectVector<?>, int) - Static method in interface io.deephaven.vector.ObjectVector
-
Helper method for implementing
Object.toString(). - toString(ShortVector, int) - Static method in interface io.deephaven.vector.ShortVector
-
Helper method for implementing
Object.toString(). - type() - Static method in interface io.deephaven.vector.ByteVector
- type() - Static method in interface io.deephaven.vector.CharVector
- type() - Static method in interface io.deephaven.vector.DoubleVector
- type() - Static method in interface io.deephaven.vector.FloatVector
- type() - Static method in interface io.deephaven.vector.IntVector
- type() - Static method in interface io.deephaven.vector.LongVector
- type() - Static method in interface io.deephaven.vector.ShortVector
- type(GenericType<T>) - Static method in interface io.deephaven.vector.ObjectVector
V
- valueOf(String) - Static method in enum class io.deephaven.vector.VectorFactory
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.deephaven.vector.VectorFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vector<VECTOR_TYPE extends Vector<VECTOR_TYPE>> - Interface in io.deephaven.vector
-
Logical data structure representing an ordered list of elements.
- VectorConversions - Class in io.deephaven.vector
-
Utility methods for converting vectors to native arrays.
- VectorConversions() - Constructor for class io.deephaven.vector.VectorConversions
- VectorFactory - Enum Class in io.deephaven.vector
-
Factory for wrapping native arrays as
Vectorinstances. - vectorType() - Method in enum class io.deephaven.vector.VectorFactory
- vectorWrap(Object) - Method in enum class io.deephaven.vector.VectorFactory
- vectorWrap(Object, int, int) - Method in enum class io.deephaven.vector.VectorFactory
W
- writeReplace() - Method in class io.deephaven.vector.ByteVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.CharVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.DoubleVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.FloatVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.IntVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.LongVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.ObjectVector.Indirect
- writeReplace() - Method in class io.deephaven.vector.ShortVector.Indirect
Z
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.ByteVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.CharVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.DoubleVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.FloatVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.IntVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.LongVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.ObjectVectorDirect
- ZERO_LENGTH_VECTOR - Static variable in class io.deephaven.vector.ShortVectorDirect
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form