Package io.deephaven.qst.array
Class PrimitiveArrayBase<T>
java.lang.Object
io.deephaven.qst.array.PrimitiveArrayBase<T>
- All Implemented Interfaces:
Array<T>,PrimitiveArray<T>
- Direct Known Subclasses:
BooleanArray,ByteArray,CharArray,DoubleArray,FloatArray,IntArray,LongArray,ShortArray
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.array.PrimitiveArray
PrimitiveArray.Visitor<R> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.qst.array.PrimitiveArray
componentType, isNull, value, walk