Class NumAsHexBase
-
- All Implemented Interfaces:
-
kotlin.Comparable
public class NumAsHexBase implements Comparable<NumAsHexBase>
-
-
Field Summary
Fields Modifier and Type Field Description private final BigInteger
value
-
Method Summary
Modifier and Type Method Description BigInteger
getValue()
Integer
compareTo(NumAsHexBase other)
abstract String
hexString()
Encode as hexadecimal string, including "0x" prefix. abstract String
decString()
Encode as decimal string. -
-
Method Detail
-
getValue
BigInteger getValue()
-
compareTo
Integer compareTo(NumAsHexBase other)
-
-
-
-