Uses of Enum Class
com.pnfsoftware.jeb.util.format.NumberFormatter.Base
Packages that use NumberFormatter.Base
-
Uses of NumberFormatter.Base in com.pnfsoftware.jeb.util.format
Methods in com.pnfsoftware.jeb.util.format that return NumberFormatter.BaseModifier and TypeMethodDescriptionNumberFormatter.getBase()
NumberFormatter.Base.nextBase()
NumberFormatter.rotateBase()
static NumberFormatter.Base
Returns the enum constant of this class with the specified name.static NumberFormatter.Base[]
NumberFormatter.Base.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.util.format with parameters of type NumberFormatter.BaseModifier and TypeMethodDescriptionNumberFormatter.format
(int bitsize, long rawValue, NumberFormatter.Base base, boolean treatAsSignedNumber) void
NumberFormatter.setBase
(NumberFormatter.Base base)