Package io.deephaven.vector
Class IntVector.Indirect
java.lang.Object
io.deephaven.vector.IntVector.Indirect
- All Implemented Interfaces:
LongSizedDataStructure
,IntVector
,Vector<IntVector>
,Serializable
,Iterable<Integer>
- Direct Known Subclasses:
IntSubVector
,IntVectorColumnWrapper
,IntVectorSlice
- Enclosing interface:
- IntVector
Base class for all "indirect" IntVector implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.vector.IntVector
IntVector.Indirect
-
Field Summary
Fields inherited from interface io.deephaven.vector.IntVector
serialVersionUID
Fields inherited from interface io.deephaven.vector.Vector
NULL_ELEMENT_STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.vector.IntVector
get, getComponentType, iterator, iterator, subVector, subVectorByPositions, toString
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.deephaven.util.datastructures.LongSizedDataStructure
intSize, intSize, size
-
Constructor Details
-
Indirect
public Indirect()
-
-
Method Details
-
toArray
public int[] toArray()Description copied from interface:Vector
Get 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. -
copyToArray
public int[] copyToArray()Description copied from interface:Vector
Get 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:
copyToArray
in interfaceIntVector
- Specified by:
copyToArray
in interfaceVector<IntVector>
- Returns:
- An array representation of the elements of this Vector that may be freely mutated
-
getDirect
-
toString
-
equals
-
hashCode
public final int hashCode() -
writeReplace
-