Uses of Class
tech.units.indriya.unit.ProductUnit.Element
-
Packages that use ProductUnit.Element Package Description tech.units.indriya.unit 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.Element Modifier and Type Field Description private ProductUnit.Element[]ProductUnit. elementsHolds the units composing this product unit.Methods in tech.units.indriya.unit with parameters of type ProductUnit.Element Modifier and Type Method Description private 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.Element Constructor Description ProductUnit(ProductUnit.Element[] elements)Product unit constructor.
-