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 BinaryPrefixBinaryPrefix. getFloorPrefix(double value)static BinaryPrefixBinaryPrefix. getFloorPrefix(long value)static BinaryPrefixBinaryPrefix. 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 BinaryScaleFactorBinaryPrefix. valueFactorTo(BinaryPrefix targetPrefix)Method parameters in org.openjdk.jmc.common.unit with type arguments of type BinaryPrefix Modifier and Type Method Description LinearKindOfQuantity.LinearUnitSelectorBinaryPrefix. 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) 
 -