|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerPresentation | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
Uses of IntegerPresentation in com.rubecula.jquantity |
Fields in com.rubecula.jquantity declared as IntegerPresentation | |
private IntegerPresentation |
NumberPresentation._PresentationFirst
The First part of the string, usually the integer or the numerator. |
Methods in com.rubecula.jquantity that return IntegerPresentation | |
(package private) IntegerPresentation |
NumberPresentation.getFirst()
|
Methods in com.rubecula.jquantity with parameters of type IntegerPresentation | |
(package private) void |
NumberPresentation.setFirst(IntegerPresentation first)
Method to set the value of first as an IntegerPresentation. |
Constructors in com.rubecula.jquantity with parameters of type IntegerPresentation | |
WholeNumber(IntegerPresentation presentation)
Constructs a WholeNumber from a NumberPresentation. |
|
NumberPresentation(IntegerPresentation first,
java.lang.String second,
java.lang.String exponent,
java.lang.String fuzz,
java.lang.String radix)
Primary Constructor to create a NumberPresentation from a set of explicit values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |