Interface | Description |
---|---|
ConverterCompositionHandler |
Functional interface for handling the composition (concatenation) of two unit converters.
|
MixedRadix.MixedRadixVisitor<Q extends javax.measure.Quantity<Q>> | |
MultiplyConverter |
This class represents a converter multiplying numeric values by a constant
scaling factor represented by the
Number type. |
Class | Description |
---|---|
AbstractConverter |
The base class for our
UnitConverter implementations. |
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). |
Calculus |
Facade for internal number arithmetic.
|
DefaultNumberSystem | |
ExpConverter |
This class represents a exponential converter of limited precision.
|
LogConverter |
This class represents a logarithmic converter of limited precision.
|
MixedRadix<Q extends javax.measure.Quantity<Q>> |
Immutable class that represents mixed-radix units (like "hour:min:sec" or
"ft, in")
|
PowerOfIntConverter |
UnitConverter for numbers in base^exponent representation.
|
QuantityStreams |
Utility methods for operating on quantities using streams.
|
QuantitySummaryStatistics<Q extends javax.measure.Quantity<Q>> | |
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. |
Enum | Description |
---|---|
MixedRadix.PrimaryUnitPick |
Copyright © 2005–2020 Units of Measurement project. All rights reserved.