Uses of Class
org.openjdk.jmc.common.unit.BinaryPrefix
-
Packages that use BinaryPrefix Package Description org.openjdk.jmc.common.unit 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 BinaryPrefix Modifier and Type Method Description static BinaryPrefix
BinaryPrefix. getFloorPrefix(double value)
static BinaryPrefix
BinaryPrefix. getFloorPrefix(long value)
static BinaryPrefix
BinaryPrefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static BinaryPrefix[]
BinaryPrefix. 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 BinaryPrefix Modifier and Type Method Description BinaryScaleFactor
BinaryPrefix. valueFactorTo(BinaryPrefix targetPrefix)
Method parameters in org.openjdk.jmc.common.unit with type arguments of type BinaryPrefix Modifier and Type Method Description LinearKindOfQuantity.LinearUnitSelector
BinaryPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes)
Constructor parameters in org.openjdk.jmc.common.unit with type arguments of type BinaryPrefix Constructor Description BinaryUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes)
-