Package io.deephaven.qst.type
Interface BoxedType<T>
- Type Parameters:
T
- the generic type
- All Superinterfaces:
GenericType<T>
,Type<T>
- All Known Implementing Classes:
BoxedBooleanType
,BoxedByteType
,BoxedCharType
,BoxedDoubleType
,BoxedFloatType
,BoxedIntType
,BoxedLongType
,BoxedShortType
,BoxedTypeBase
A boxed primitive type.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface io.deephaven.qst.type.GenericType
arrayType, walk
-
Method Details
-
instances
-
primitiveType
PrimitiveType<T> primitiveType() -
walk
-