Package io.deephaven.qst.type
Class BoxedTypeBase<T>
java.lang.Object
io.deephaven.qst.type.ColumnTypeBase<T>
io.deephaven.qst.type.GenericTypeBase<T>
io.deephaven.qst.type.BoxedTypeBase<T>
- All Implemented Interfaces:
BoxedType<T>
,GenericType<T>
,Type<T>
- Direct Known Subclasses:
BoxedBooleanType
,BoxedByteType
,BoxedCharType
,BoxedDoubleType
,BoxedFloatType
,BoxedIntType
,BoxedLongType
,BoxedShortType
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.BoxedType
BoxedType.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
Modifier and TypeMethodDescriptionfinal String
toString()
final <R> R
walk
(GenericType.Visitor<R> visitor) 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, wait, wait, wait
Methods inherited from interface io.deephaven.qst.type.BoxedType
primitiveType, walk
Methods inherited from interface io.deephaven.qst.type.GenericType
arrayType
-
Constructor Details
-
BoxedTypeBase
public BoxedTypeBase()
-
-
Method Details
-
walk
- Specified by:
walk
in interfaceGenericType<T>
-
toString
-