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