Uses of Enum Class
org.openjdk.jmc.common.unit.DecimalPrefix
Packages that use DecimalPrefix
Package
Description
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 DecimalPrefixModifier and TypeFieldDescriptionfinal DecimalPrefixBinaryPrefix.prefixSIDeprecated.Accept that kilobytes and kibibytes are different units.Methods in org.openjdk.jmc.common.unit that return DecimalPrefixModifier and TypeMethodDescriptionstatic DecimalPrefixDecimalPrefix.getEngFloorPrefix(double value) static DecimalPrefixstatic DecimalPrefixReturns the enum constant of this class with the specified name.static DecimalPrefix[]DecimalPrefix.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.jmc.common.unit with parameters of type DecimalPrefixMethod parameters in org.openjdk.jmc.common.unit with type arguments of type DecimalPrefixModifier and TypeMethodDescriptionDecimalPrefix.createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes) Constructor parameters in org.openjdk.jmc.common.unit with type arguments of type DecimalPrefixModifierConstructorDescriptionDecimalUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes)