Package org.eolang.jeo.representation
Class HexData
java.lang.Object
org.eolang.jeo.representation.HexData
Hexadecimal data.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HexData
public HexData(T data) Constructor.- Type Parameters:
T
- Data type.- Parameters:
data
- Data.
-
-
Method Details
-
value
Value of the data.- Returns:
- Value
-
type
Type of the data.- Returns:
- Type
-
isNull
public boolean isNull()Is it null?- Returns:
- TRUE if it's null
-