Class CharType
java.lang.Object
smile.data.type.PrimitiveType
smile.data.type.CharType
- All Implemented Interfaces:
Serializable, DataType
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataType
DataType.ID -
Method Summary
Methods inherited from class PrimitiveType
equals, hashCode, id, isNullable, name, toString
-
Method Details
-
isChar
public boolean isChar()Description copied from interface:DataTypeReturns true if the type is char or Char.- Returns:
- true if the type is char or Char.
-
valueOf
-