Uses of Class
org.openjdk.jmc.common.unit.DecimalPrefix
-
Packages that use DecimalPrefix Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of DecimalPrefix in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as DecimalPrefix Modifier and Type Field Description DecimalPrefixBinaryPrefix. prefixSIDeprecated.Accept that kilobytes and kibibytes are different units.Methods in org.openjdk.jmc.common.unit that return DecimalPrefix Modifier and Type Method Description static DecimalPrefixDecimalPrefix. getEngFloorPrefix(double value)static DecimalPrefixDecimalPrefix. getPrefix(String symbol)static DecimalPrefixDecimalPrefix. valueOf(String name)Returns the enum constant of this type with the specified name.static DecimalPrefix[]DecimalPrefix. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.common.unit with parameters of type DecimalPrefix Modifier and Type Method Description DecimalScaleFactorDecimalPrefix. valueFactorTo(DecimalPrefix targetPrefix)Method parameters in org.openjdk.jmc.common.unit with type arguments of type DecimalPrefix Modifier and Type Method Description LinearKindOfQuantity.LinearUnitSelectorDecimalPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes)Constructor parameters in org.openjdk.jmc.common.unit with type arguments of type DecimalPrefix Constructor Description DecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes)
-