| AbstractConverter |
|
| AbstractConverter.Pair |
This class represents converters made up of two or more separate converters
(in matrix notation [pair] = [left] x [right]).
|
| AddConverter |
This class represents a converter adding a constant offset to numeric values (double based).
|
| ConverterCompositionHandler |
Functional interface for handling the composition (concatenation) of two unit converters.
|
| ExpConverter |
This class represents a exponential converter of limited precision.
|
| MixedRadix |
Immutable class that represents mixed-radix units (like "hour:min:sec" or
"ft, in")
|
| MixedRadix.PrimaryUnitPick |
|
| MultiplyConverter |
This class represents a converter multiplying numeric values by a constant
scaling factor represented by the Number type.
|
| QuantitySummaryStatistics |
|
| RationalConverter |
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two BigInteger
numbers).
|
| RationalNumber |
Represents a rational number dividend/divisor with dividend
and divisor being integer numbers.
|