Uses of Class
tech.units.indriya.unit.ProductUnit.Element
Packages that use ProductUnit.Element
Package
Description
This package provides supports for physics units, in conformity with the
Units of Measurement API.
-
Uses of ProductUnit.Element in tech.units.indriya.unit
Fields in tech.units.indriya.unit declared as ProductUnit.ElementModifier and TypeFieldDescriptionprivate final ProductUnit.Element[]
ProductUnit.elements
Holds the units composing this product unit.Methods in tech.units.indriya.unit with parameters of type ProductUnit.ElementModifier and TypeMethodDescriptionprivate static javax.measure.Unit
<?> ProductUnit.getInstance
(ProductUnit.Element[] leftElems, ProductUnit.Element[] rightElems) Returns the unit defined from the product of the specified elements.Constructors in tech.units.indriya.unit with parameters of type ProductUnit.ElementModifierConstructorDescriptionprivate
ProductUnit
(ProductUnit.Element[] elements) Product unit constructor.