Package io.deephaven.qst.type
Class BoxedShortType
java.lang.Object
The
Short type.-
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 TypeMethodDescriptionclazz()The class representingthistype.static BoxedShortTypeof()final ShortTypefinal <R> Rwalk(BoxedType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.BoxedTypeBase
toString, walkMethods 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.GenericType
arrayType
-
Constructor Details
-
BoxedShortType
public BoxedShortType()
-
-
Method Details
-
of
-
clazz
Description copied from interface:TypeThe class representingthistype.- Returns:
- the class
-
primitiveType
-
walk
-