Class NumAsHex
-
- All Implemented Interfaces:
-
kotlin.Comparable
@Serializable(with = NumAsHexSerializer.class) public final class NumAsHex extends NumAsHexBase
-
-
Method Summary
-
-
Constructor Detail
-
NumAsHex
NumAsHex(Long value)
-
NumAsHex
NumAsHex(Integer value)
-
NumAsHex
NumAsHex(BigInteger value)
-
-
Method Detail
-
getValue
BigInteger getValue()
-
-
-
-