Uses of Class
com.rubecula.jquantity.FuzzInt

Packages that use FuzzInt
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of FuzzInt in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity that return FuzzInt
static FuzzInt FuzzInt.valueOf(WholeNumber source)
          Factory method to create a subclass instance of a superclass instance or, if the source is itself a FuzzInt, then to create a clone.
 

Methods in com.rubecula.jquantity with parameters of type FuzzInt
 int FuzzInt.compareTo(FuzzInt val)
          Compares this FuzzInt with the specified WoleNumber.