Uses of Enum Class
org.openjdk.jmc.common.unit.BinaryPrefix
Packages that use BinaryPrefix
Package
Description
This package contains the data model for quantities and units.
-
Uses of BinaryPrefix in org.openjdk.jmc.common.unit
Methods in org.openjdk.jmc.common.unit that return BinaryPrefixModifier and TypeMethodDescriptionstatic BinaryPrefix
BinaryPrefix.getFloorPrefix
(double value) static BinaryPrefix
BinaryPrefix.getFloorPrefix
(long value) static BinaryPrefix
Returns the enum constant of this class with the specified name.static BinaryPrefix[]
BinaryPrefix.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 BinaryPrefixMethod parameters in org.openjdk.jmc.common.unit with type arguments of type BinaryPrefixModifier and TypeMethodDescriptionBinaryPrefix.createUnitSelector
(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes) Constructor parameters in org.openjdk.jmc.common.unit with type arguments of type BinaryPrefixModifierConstructorDescriptionBinaryUnitSelector
(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes)