| Package | Description |
|---|---|
| tech.units.indriya.format | |
| tech.units.indriya.function |
This package provides functional interfaces and other functions including unit or quantity conversion.
|
| tech.units.indriya.quantity |
| Modifier and Type | Method and Description |
|---|---|
CompoundQuantity<?> |
NumberDelimiterQuantityFormat.parseCompound(CharSequence csq)
Deprecated.
|
protected CompoundQuantity<?> |
NumberDelimiterQuantityFormat.parseCompound(CharSequence csq,
int index)
Deprecated.
|
CompoundQuantity<?> |
NumberDelimiterQuantityFormat.parseCompound(CharSequence csq,
ParsePosition cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract StringBuffer |
AbstractQuantityFormat.formatCompound(CompoundQuantity<?> comp,
StringBuffer dest)
Deprecated.
use #formatMixed
|
protected StringBuffer |
NumberDelimiterQuantityFormat.formatCompound(CompoundQuantity<?> comp,
StringBuffer dest)
Deprecated.
|
protected StringBuffer |
SimpleQuantityFormat.formatCompound(CompoundQuantity<?> comp,
StringBuffer dest) |
| Modifier and Type | Method and Description |
|---|---|
CompoundQuantity<Q> |
MixedRadix.createCompoundQuantity(Number... values)
Deprecated.
|
CompoundQuantity<Q> |
MixedRadix.createCompoundQuantity(Number[] values,
javax.measure.Quantity.Scale scale)
Deprecated.
use #getMixedQuantity
|
| Modifier and Type | Method and Description |
|---|---|
static <Q extends javax.measure.Quantity<Q>> |
Quantities.getCompoundQuantity(Number[] values,
javax.measure.Unit<Q>[] units)
Deprecated.
|
static <Q extends javax.measure.Quantity<Q>> |
Quantities.getCompoundQuantity(Number[] values,
javax.measure.Unit<Q>[] units,
javax.measure.Quantity.Scale scale)
Deprecated.
use
#getMixedQuantity(Number[], Unit[], Scale) |
static <Q extends javax.measure.Quantity<Q>> |
CompoundQuantity.of(List<javax.measure.Quantity<Q>> quantities)
Deprecated.
|
static <Q extends javax.measure.Quantity<Q>> |
CompoundQuantity.of(javax.measure.Quantity<Q>... quantities)
Deprecated.
|
Copyright © 2005–2022 Units of Measurement project. All rights reserved.