|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
_UNIT_ - - the unitpublic interface I_Unitable<_UNIT_>
Declares the capability to do basic manipulation on units of measurement like Time, Latitude, Altitude, etc.
| Method Summary | |
|---|---|
_UNIT_ |
add_(_UNIT_ unit)
Adds another unit to this one. |
double |
getValue_()
Returns the numerical value of this unit. |
_UNIT_ |
subtract_(_UNIT_ unit)
Subtract another unit from this one. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
_UNIT_ add_(_UNIT_ unit)
unit - - the unit
double getValue_()
_UNIT_ subtract_(_UNIT_ unit)
unit - - the unit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||