| Package | Description |
|---|---|
| tech.units.indriya |
This package provides a Java SE 8 implementation of the
Units of Measurement API.
|
| tech.units.indriya.function |
This package provides functional interfaces.
|
| tech.units.indriya.internal.simplify | |
| tech.units.indriya.spi |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConverter.Pair
This class represents converters made up of two or more separate converters
(in matrix notation
[pair] = [left] x [right]). |
| Modifier and Type | Field and Description |
|---|---|
static AbstractConverter |
AbstractConverter.IDENTITY
Holds identity converter.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConverter |
AbstractConverter.inverse() |
protected abstract AbstractConverter |
AbstractConverter.inverseWhenNotIdentity()
Non-API
|
protected AbstractConverter |
AbstractConverter.simpleCompose(AbstractConverter that)
Non-API
Guarded by
isSimpleCompositionWith(AbstractConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractConverter.isSimpleCompositionWith(AbstractConverter that)
Non-API
Guard for
simpleCompose(AbstractConverter) |
protected boolean |
AbstractConverter.Pair.isSimpleCompositionWith(AbstractConverter that) |
protected AbstractConverter |
AbstractConverter.simpleCompose(AbstractConverter that)
Non-API
Guarded by
isSimpleCompositionWith(AbstractConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddConverter
This class represents a converter adding a constant offset to numeric values (
double based). |
class |
ExpConverter
This class represents a exponential converter of limited precision.
|
class |
LogConverter
This class represents a logarithmic converter of limited precision.
|
class |
MultiplyConverter
This class represents a converter multiplying numeric values by a constant
scaling factor (
double based). |
class |
PowerOfIntConverter
UnitConverter for numbers in base^exponent representation.
|
class |
PowerOfPiConverter
This class represents a converter multiplying numeric values by a factor of
Pi to the power of an integer exponent (π^exponent).
|
class |
RationalConverter
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
BigInteger
numbers). |
| Modifier and Type | Method and Description |
|---|---|
AbstractConverter |
ExpConverter.inverseWhenNotIdentity() |
AbstractConverter |
LogConverter.inverseWhenNotIdentity() |
AbstractConverter |
PowerOfIntConverter.inverseWhenNotIdentity() |
AbstractConverter |
PowerOfPiConverter.inverseWhenNotIdentity() |
protected AbstractConverter |
AddConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
ExpConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
LogConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
MultiplyConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
PowerOfIntConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
PowerOfPiConverter.simpleCompose(AbstractConverter that) |
protected AbstractConverter |
RationalConverter.simpleCompose(AbstractConverter that) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConverter |
Simplifier.compose(AbstractConverter a,
AbstractConverter b,
BiPredicate<AbstractConverter,AbstractConverter> simpleComposeTest,
BinaryOperator<AbstractConverter> simpleComposeAction) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConverter |
Simplifier.compose(AbstractConverter a,
AbstractConverter b,
BiPredicate<AbstractConverter,AbstractConverter> simpleComposeTest,
BinaryOperator<AbstractConverter> simpleComposeAction) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConverter |
Simplifier.compose(AbstractConverter a,
AbstractConverter b,
BiPredicate<AbstractConverter,AbstractConverter> simpleComposeTest,
BinaryOperator<AbstractConverter> simpleComposeAction) |
static AbstractConverter |
Simplifier.compose(AbstractConverter a,
AbstractConverter b,
BiPredicate<AbstractConverter,AbstractConverter> simpleComposeTest,
BinaryOperator<AbstractConverter> simpleComposeAction) |
static AbstractConverter |
Simplifier.compose(AbstractConverter a,
AbstractConverter b,
BiPredicate<AbstractConverter,AbstractConverter> simpleComposeTest,
BinaryOperator<AbstractConverter> simpleComposeAction) |
| Modifier and Type | Method and Description |
|---|---|
AbstractConverter |
DimensionalModel.getDimensionalTransform(javax.measure.Dimension dimension)
Returns the dimensional transform of the specified dimension.
|
Copyright © 2005–2018 Units of Measurement project. All rights reserved.