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

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

Methods in au.gov.tas.dpiwe.mr.util that return DoubleRange
 DoubleRange DoubleRange.setLowerBound(Number d, boolean leaveOpen)
          Changes the lower bound double primitive of this DoubleRange object.
 DoubleRange DoubleRange.setUpperBound(Number d2, boolean leaveOpen)
          Changes the upper bound double primitive of this DoubleRange object.