Uses of Class
com.rubecula.util.Range

Packages that use Range
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.util This is the high-level description of the util package. 
 

Uses of Range in com.rubecula.jquantity
 

Fields in com.rubecula.jquantity declared as Range
private static Range NumberPresentation.$Sign
          The following index values must always correspond to the positions in the $Delimiters string above.
private static Range NumberPresentation.$Separator
           
private static Range NumberPresentation.$Fuzzy
           
private static Range NumberPresentation.$Radix
           
private static Range NumberPresentation.$Exp
           
 

Methods in com.rubecula.jquantity that return Range
private  Range NumberPresentation.rangeDecimalPoint()
          Method to test if the decimal point can be moved.
 

Uses of Range in com.rubecula.util
 

Fields in com.rubecula.util declared as Range
static Range Range.$POS
           
static Range Range.$NEG
           
static Range Range.$ZERO
           
static Range Range.$NONNEG
           
static Range Range.$NONPOS
           
static Range Range.$ALL
           
 

Methods in com.rubecula.util that return Range
 Range Range.intersection(Range that)
          Yield the intersection of this range and that range.
 Range Range.union(Range that)
          Yield the union of this range and that range.
 

Methods in com.rubecula.util with parameters of type Range
 Range Range.intersection(Range that)
          Yield the intersection of this range and that range.
 Range Range.union(Range that)
          Yield the union of this range and that range.