Package javax.measure.unit
Class DerivedUnit<Q extends Quantity>
java.lang.Object
javax.measure.unit.Unit<Q>
javax.measure.unit.DerivedUnit<Q>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlternateUnit
,CompoundUnit
,Currency
,ProductUnit
,TransformedUnit
This class identifies the units created by combining or transforming other units.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.measure.unit.Unit
alternate, asType, compound, divide, divide, divide, equals, getConverterTo, getDimension, getStandardUnit, hashCode, inverse, isCompatible, isStandardUnit, plus, pow, root, times, times, times, toStandardUnit, toString, transform, valueOf
-
Constructor Details
-
DerivedUnit
protected DerivedUnit()Default constructor.
-