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 StringtoString()final <R> Rwalk(GenericType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.GenericTypeBase
arrayType, walkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.qst.type.BoxedType
primitiveType, walkMethods inherited from interface io.deephaven.qst.type.GenericType
arrayType
-
Constructor Details
-
BoxedTypeBase
public BoxedTypeBase()
-
-
Method Details
-
walk
- Specified by:
walkin interfaceGenericType<T>
-
toString
-