Maven module :un.api : api-common :
Class : un.api.number.Int64
Extends/Implements : un.api.number.Number
Subclasses : -

author  Johann Sorel


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)


param  candidate text de decode
param  fromIndex start offset
param  toIndex last character excluded,
or use -1 to stop on sequence end or invalid character.
return  decoded value
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 ()