Package io.deephaven.qst.type
Class GenericTypeBase<T>
java.lang.Object
io.deephaven.qst.type.ColumnTypeBase<T>
io.deephaven.qst.type.GenericTypeBase<T>
- All Implemented Interfaces:
GenericType<T>
,Type<T>
- Direct Known Subclasses:
ArrayTypeBase
,BoxedTypeBase
,CustomType
,InstantType
,StringType
-
Nested Class Summary
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
Modifier and TypeMethodDescriptionfinal NativeArrayType<T[],
T> Create anative array type
withthis
as the component type.final <R> R
walk
(Type.Visitor<R> visitor) 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.GenericType
walk
-
Constructor Details
-
GenericTypeBase
public GenericTypeBase()
-
-
Method Details