Package io.deephaven.qst.type
Interface ArrayType<T,ComponentType>
- Type Parameters:
T- the array type representingthisComponentType- the component type
- All Superinterfaces:
GenericType<T>,Type<T>
- All Known Implementing Classes:
ArrayTypeBase,GenericVectorType,NativeArrayType,PrimitiveVectorType
An array-like type.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface io.deephaven.qst.type.GenericType
arrayType, walk
-
Method Details
-
componentType
Type<ComponentType> componentType()The component type.- Returns:
- the component type
-
walk
-