Uses of Class
tech.units.indriya.unit.AlternateUnit
-
Packages that use AlternateUnit Package Description tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of AlternateUnit in tech.units.indriya.unit
Methods in tech.units.indriya.unit that return AlternateUnit Modifier and Type Method Description static <Q extends Quantity<Q>>
AlternateUnit<Q>AlternateUnit. of(Unit<?> parent, String symbol)Creates an alternate unit for the specified system unit identified by the specified name and symbol.static <Q extends Quantity<Q>>
AlternateUnit<Q>AlternateUnit. of(Unit<?> parent, String symbol, String name)Creates an alternate unit for the specified system unit identified by the specified name and symbol.
-