Package io.deephaven.qst.type
Class ArrayTypeBase<T,ComponentType>
java.lang.Object
io.deephaven.qst.type.ColumnTypeBase<T>
io.deephaven.qst.type.GenericTypeBase<T>
io.deephaven.qst.type.ArrayTypeBase<T,ComponentType>
- All Implemented Interfaces:
ArrayType<T,
,ComponentType> GenericType<T>
,Type<T>
- Direct Known Subclasses:
GenericVectorType
,NativeArrayType
,PrimitiveVectorType
public abstract class ArrayTypeBase<T,ComponentType>
extends GenericTypeBase<T>
implements ArrayType<T,ComponentType>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.ArrayType
ArrayType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.GenericType
GenericType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.Type
Type.Visitor<R>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.qst.type.GenericTypeBase
arrayType, walk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.qst.type.ArrayType
componentType, walk
Methods inherited from interface io.deephaven.qst.type.GenericType
arrayType
-
Constructor Details
-
ArrayTypeBase
public ArrayTypeBase()
-
-
Method Details
-
walk
- Specified by:
walk
in interfaceGenericType<T>
-