Package io.deephaven.vector
Class FloatVector.Indirect
java.lang.Object
io.deephaven.vector.FloatVector.Indirect
- All Implemented Interfaces:
LongSizedDataStructure,FloatVector,Vector<FloatVector>,Serializable,Comparable<FloatVector>,Iterable<Float>
- Direct Known Subclasses:
FloatSubVector,FloatVectorColumnWrapper,FloatVectorSlice
- Enclosing interface:
- FloatVector
Base class for all "indirect" FloatVector implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.vector.FloatVector
FloatVector.Indirect -
Field Summary
Fields inherited from interface io.deephaven.vector.FloatVector
serialVersionUIDFields inherited from interface io.deephaven.vector.Vector
NULL_ELEMENT_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.vector.FloatVector
compareTo, get, getComponentType, iterator, iterator, subVector, subVectorByPositions, toStringMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface io.deephaven.util.datastructures.LongSizedDataStructure
intSize, intSize, size
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
toArray
Description copied from interface:VectorGet an array representation of the elements of this Vector. Callers must not mutate the result, as implementations may choose to return their backing array in some cases.- Specified by:
toArrayin interfaceFloatVector- Specified by:
toArrayin interfaceVector<FloatVector>- Returns:
- An array representation of the elements of this Vector that must not be mutated
-
copyToArray
public float[] copyToArray()Description copied from interface:VectorGet an array representation of the elements of this Vector. Callers may freely mutate the result, as it is guaranteed to be freshly-allocated and belongs to the caller upon return.- Specified by:
copyToArrayin interfaceFloatVector- Specified by:
copyToArrayin interfaceVector<FloatVector>- Returns:
- An array representation of the elements of this Vector that may be freely mutated
-
getDirect
- Specified by:
getDirectin interfaceFloatVector- Specified by:
getDirectin interfaceVector<FloatVector>- Returns:
- A version of this Vector that is flattened out to only reference memory
-
toString
-
equals
-
hashCode
public final int hashCode() -
writeReplace
-