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

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

Methods in au.gov.tas.dpiwe.mr.util that return ShortRange
 ShortRange ShortRange.setLowerBound(Number s, boolean leaveOpen)
          Changes the lower bound short primitive of this ShortRange object.
 ShortRange ShortRange.setUpperBound(Number s2, boolean leaveOpen)
          Changes the upper bound short primitive of this ShortRange object.