|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompoundUnit | |
|---|---|
| javax.measure | Provides strongly typed measurements to enforce compile-time check of parameters consistency and avoid interface errors. |
| javax.measure.unit | Provides support for programatic unit handling. |
| Uses of CompoundUnit in javax.measure |
|---|
| Methods in javax.measure with parameters of type CompoundUnit | |
|---|---|
protected java.lang.Appendable |
MeasureFormat.formatCompound(double value,
CompoundUnit<?> unit,
java.lang.Appendable dest)
Formats the specified value using CompoundUnit compound units}. |
| Uses of CompoundUnit in javax.measure.unit |
|---|
| Methods in javax.measure.unit that return CompoundUnit | |
|---|---|
CompoundUnit<Q> |
Unit.compound(Unit<Q> that)
Returns the combination of this unit with the specified sub-unit. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||