Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPrefix<P extends IPrefix<P>> |
Modifier and Type | Class and Description |
---|---|
class |
BinaryPrefix
Binary prefixes, as standardized by IEC.
|
class |
DecimalPrefix
Decimal prefixes, as standardized by SI.
|
Modifier and Type | Method and Description |
---|---|
LinearUnit |
LinearKindOfQuantity.getUnit(IPrefix<?> prefix) |
protected String |
LinearKindOfQuantity.resolveLocalizedName(IPrefix<?> prefix) |
protected String |
LinearKindOfQuantity.resolveLocalizedSymbol(IPrefix<?> prefix) |
Copyright © 2019. All rights reserved.