VelocityUnit which is the quotient of LengthUnit and
TimeUnit.Area which is the product of two LengthUnits.VelocityUnit which is the quotient of
LengthUnit and TimeUnit.ComparableUsing to support relational operators == != > >= < <=ComparableUsing to support relational operators == != > >= < <=------Dimension is the basis for a physical dimension.//#compareTo(T) to implement the == operator as it does not take into account the
_displayUnit which is inconsequential wrt the measure.compareTo() for == and != operators._baseFactor alone, since two measures having the same factor of base unit are measures
of the same logical unit.meterFactor, which is a factor of the length of one meter.kilogramFactor, which is a factor of the mass of one kilogram.toK and fromK conversion functions.secondFactor, which is a factor of the duration of one second.++++++LengthUnit.BigDecimal with arithmetic and relational operator implementationsBigInteger with arithmetic and relational operator implementationsMassUnit.--++BigInteger to maintain arbitrary precision.%%TemperatureUnit.TimeUnit.**displayUnit.BigDecimal and calls BigDecimal.toString()BigDecimal and calls BigDecimal.toEngineeringString()unit.BigDecimal and calls BigDecimal.toPlainString()--Copyright © 2022. All rights reserved.