Class GenericArray<T>

java.lang.Object
io.deephaven.qst.array.GenericArray<T>
Type Parameters:
T - the non-primitive type
All Implemented Interfaces:
Array<T>, Iterable<T>

@Immutable public abstract class GenericArray<T> extends Object implements Array<T>, Iterable<T>
An array-like object for non-primitive types.