Uses of Interface
edu.sdsc.mbt.util.Range

Packages that use Range
edu.sdsc.mbt.util This package provides classes which implement extra functionality on top of the core MBT classes (that is, capabilities that are not absolutely required by, or would otherwise overcomplicate, the core classes). 
 

Uses of Range in edu.sdsc.mbt.util
 

Classes in edu.sdsc.mbt.util that implement Range
 class DoubleRange
          This class implements a container for a range of two double values.
 class IntRange
          This class implements a container for a range of two int values.