Uses of Enum Class
com.yahoo.binaryprefix.BinaryPrefix
Packages that use BinaryPrefix
-
Uses of BinaryPrefix in com.yahoo.binaryprefix
Fields in com.yahoo.binaryprefix declared as BinaryPrefixMethods in com.yahoo.binaryprefix that return BinaryPrefixModifier and TypeMethodDescriptionstatic BinaryPrefixBinaryPrefix.fromSymbol(char c) static BinaryPrefixReturns 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 com.yahoo.binaryprefix with parameters of type BinaryPrefixModifier and TypeMethodDescriptionlongBinaryScaledAmount.as(BinaryPrefix newBinaryPrefix) doubleBinaryPrefix.convertFrom(double value, BinaryPrefix binaryPrefix) Constructors in com.yahoo.binaryprefix with parameters of type BinaryPrefix