Uses of Class
au.gov.tas.dpiwe.mr.util.MutableDouble

Packages that use MutableDouble
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of MutableDouble in au.gov.tas.dpiwe.mr.util
 

Subclasses of MutableDouble in au.gov.tas.dpiwe.mr.util
 class DoubleRange
          The DoubleRange class represents a range of double values.
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableDouble
 MutableDouble MutableDouble.setDouble(double d)
          Changes the double primitive value of this MutableDouble object.