|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |