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

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

Methods in au.gov.tas.dpiwe.mr.util that return IntegerRange
 IntegerRange IntegerRange.setLowerBound(Number i, boolean leaveOpen)
          Changes the lower bound int primitive of this IntegerRange object.
 IntegerRange IntegerRange.setUpperBound(Number i2, boolean leaveOpen)
          Changes the upper bound int primitive of this IntegerRange object.