Uses of Class
tech.units.indriya.unit.AnnotatedUnit
-
Packages that use AnnotatedUnit Package Description tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of AnnotatedUnit in tech.units.indriya.unit
Methods in tech.units.indriya.unit that return AnnotatedUnit Modifier and Type Method Description static <Q extends Quantity<Q>>
AnnotatedUnit<Q>AnnotatedUnit. of(Unit<Q> actualUnit, String annotation)Creates an annotated unit equivalent to the specified unit.
-