Package | Description |
---|---|
tech.units.indriya.function |
This package provides functional interfaces and other functions including unit or quantity conversion.
|
tech.units.indriya.internal.function.simplify | |
tech.units.indriya.spi |
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). |
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. |
Class | Description |
---|---|
AbstractConverter |
The base class for our
UnitConverter implementations. |
ConverterCompositionHandler |
Functional interface for handling the composition (concatenation) of two unit converters.
|
Class | Description |
---|---|
AbstractConverter |
The base class for our
UnitConverter implementations. |
Copyright © 2005–2020 Units of Measurement project. All rights reserved.