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 interfaceIPrefix<P extends IPrefix<P>>Classes in org.openjdk.jmc.common.unit that implement IPrefix Modifier and Type Class Description classBinaryPrefixBinary prefixes, as standardized by IEC.classDecimalPrefixDecimal prefixes, as standardized by SI.Methods in org.openjdk.jmc.common.unit with parameters of type IPrefix Modifier and Type Method Description LinearUnitLinearKindOfQuantity. getUnit(IPrefix<?> prefix)protected StringLinearKindOfQuantity. resolveLocalizedName(IPrefix<?> prefix)protected StringLinearKindOfQuantity. resolveLocalizedSymbol(IPrefix<?> prefix)
-