Uses of Class
tech.units.indriya.AbstractUnit
-
Packages that use AbstractUnit Package Description tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of AbstractUnit in tech.units.indriya.unit
Subclasses of AbstractUnit in tech.units.indriya.unit Modifier and Type Class Description classAlternateUnit<Q extends Quantity<Q>>This class represents units used in expressions to distinguish between quantities of a different nature but of the same dimensions.classAnnotatedUnit<Q extends Quantity<Q>>This class represents an annotated unit.classBaseUnit<Q extends Quantity<Q>>This class represents the building blocks on top of which all others physical units are created.classProductUnit<Q extends Quantity<Q>>This class represents units formed by the product of rational powers of existing physical units.classTransformedUnit<Q extends Quantity<Q>>This class represents the units derived from other units using converters.Methods in tech.units.indriya.unit with type parameters of type AbstractUnit Modifier and Type Method Description protected static <U extends AbstractUnit<?>>
UUnits. addUnit(Set<Unit<?>> units, U unit, String name, String symbol)Adds a new unit not mapped to any specified quantity type to a set with a name and symbol.Methods in tech.units.indriya.unit that return types with arguments of type AbstractUnit Modifier and Type Method Description Map<? extends AbstractUnit<Q>,Integer>BaseUnit. getBaseUnits()
-