Uses of Interface
org.openjdk.jmc.common.unit.IPrefix
-
Packages that use IPrefix Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of IPrefix in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit with type parameters of type IPrefix Modifier and Type Interface Description interface
IPrefix<P extends IPrefix<P>>
Classes in org.openjdk.jmc.common.unit that implement IPrefix Modifier and Type Class Description class
BinaryPrefix
Binary prefixes, as standardized by IEC.class
DecimalPrefix
Decimal prefixes, as standardized by SI.Methods in org.openjdk.jmc.common.unit with parameters of type IPrefix Modifier and Type Method Description LinearUnit
LinearKindOfQuantity. getUnit(IPrefix<?> prefix)
protected String
LinearKindOfQuantity. resolveLocalizedName(IPrefix<?> prefix)
protected String
LinearKindOfQuantity. resolveLocalizedSymbol(IPrefix<?> prefix)
-