Uses of Interface
tech.units.indriya.ComparableUnit
Packages that use ComparableUnit
Package
Description
This package provides a Java SE 8 implementation of the
Units of Measurement API.
This package provides supports for physics units, in conformity with the
Units of Measurement API.
-
Uses of ComparableUnit in tech.units.indriya
Classes in tech.units.indriya that implement ComparableUnitModifier and TypeClassDescriptionclass
AbstractUnit<Q extends javax.measure.Quantity<Q>>
The class represents units founded on the seven SI base units for seven base quantities assumed to be mutually independent. -
Uses of ComparableUnit in tech.units.indriya.unit
Classes in tech.units.indriya.unit that implement ComparableUnitModifier and TypeClassDescriptionfinal class
AlternateUnit<Q extends javax.measure.Quantity<Q>>
This class represents units used in expressions to distinguish between quantities of a different nature but of the same dimensions.final class
AnnotatedUnit<Q extends javax.measure.Quantity<Q>>
This class represents an annotated unit.final class
BaseUnit<Q extends javax.measure.Quantity<Q>>
This class represents the building blocks on top of which all others physical units are created.final class
ProductUnit<Q extends javax.measure.Quantity<Q>>
This class represents units formed by the product of rational powers of existing physical units.final class
TransformedUnit<Q extends javax.measure.Quantity<Q>>
This class represents the units derived from other units using converters.