Package smile.data.type
Class ArrayType
java.lang.Object
smile.data.type.ArrayType
- All Implemented Interfaces:
Serializable
,DataType
Array of primitive data type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface smile.data.type.DataType
DataType.ID
-
Method Summary
-
Method Details
-
getComponentType
Returns the type of array elements.- Returns:
- the type of array elements.
-
name
Description copied from interface:DataType
Returns the type name used in external catalogs. DataType.of(name()) should return the same type. -
id
Description copied from interface:DataType
Returns the type ID enum. -
toString
-
toString
Description copied from interface:DataType
Returns the string representation of a value of the type. -
valueOf
Description copied from interface:DataType
Returns the value from its string representation. -
equals
-