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

Packages that use MutableFloat
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 MutableFloat in au.gov.tas.dpiwe.mr.util
 

Subclasses of MutableFloat in au.gov.tas.dpiwe.mr.util
 class FloatRange
          The FloatRange class represents a range of float values.
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableFloat
 MutableFloat MutableFloat.setFloat(float f)
          Changes the float primitive value of this MutableFloat object.