Package smile.data.type
Class ByteType
java.lang.Object
smile.data.type.ByteType
- All Implemented Interfaces:
Serializable
,DataType
Byte data type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface smile.data.type.DataType
DataType.ID
-
Method Summary
-
Method Details
-
isByte
public boolean isByte()Description copied from interface:DataType
Returns true if the type is byte or Byte. -
id
Description copied from interface:DataType
Returns the type ID enum. -
name
Description copied from interface:DataType
Returns the type name used in external catalogs. DataType.of(name()) should return the same type. -
toString
-
valueOf
Description copied from interface:DataType
Returns the value from its string representation. -
equals
-