Uses of Class
ext.number.ValModInt

Packages that use ValModInt
ext.number   
 

Uses of ValModInt in ext.number
 

Fields in ext.number declared as ValModInt
static ValModInt ValModInt.ZERO
           
 

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

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