Maven module :un.api : api-common :
Class :
un.api.number.Int64
Extends/Implements :
un.api.number.Number
Subclasses : -
Variables : -
Functions :
encode,
encodeHexa,
decode,
decode,
decode,
decodeHexa,
decodeHexa,
decodeHexa,
add,
subtract,
mult,
divide,
zero,
isZero,
one,
isOne,
pow,
toInteger,
toLong,
toFloat,
toDouble
public Chars
encode (long candidate)
public Chars
encodeHexa (long candidate)
public long
decode (Chars candidate)
public long
decode (Chars candidate, int fromIndex, int toIndex)
public long
decode (CharIterator ite, boolean strict)
public long
decodeHexa (Chars candidate)
public long
decodeHexa (Chars candidate, int fromIndex, int toIndex)
public long
decodeHexa (CharIterator ite)
public Arithmetic
add (Arithmetic other)
public Arithmetic
subtract (Arithmetic other)
public Arithmetic
mult (Arithmetic other)
public Arithmetic
divide (Arithmetic other)
public Arithmetic
zero ()
public boolean
isZero ()
public Arithmetic
one ()
public boolean
isOne ()
public Arithmetic
pow (int n)
public int
toInteger ()
public long
toLong ()
public float
toFloat ()
public double
toDouble ()