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

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

Subclasses of MutableLong in au.gov.tas.dpiwe.mr.util
 class LongRange
          The LongRange class represents a range of long values.
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableLong
 MutableLong MutableLong.setLong(long l)
          Changes the long primitive value of this MutableLong object.