Uses of Class
ext.number.ValLong

Packages that use ValLong
ext.number   
 

Uses of ValLong in ext.number
 

Fields in ext.number declared as ValLong
static ValLong ValLong.MAX_VALUE
           
static ValLong ValLong.MIN_VALUE
           
static ValLong ValLong.ZERO
           
 

Methods in ext.number that return ValLong
 ValLong ValLong.add(Value right)
           
 ValLong ValLong.clone()
           
 ValLong ValLong.multiply(java.lang.Number right)
           
 ValLong ValLong.opposite()
           
 ValLong ValLong.rand()
           
 ValLong ValLong.rand(Value upperBound)
           
 ValLong ValLong.substract(Value right)
           
 

Constructors in ext.number with parameters of type ValLong
ValLong(ValLong src)