Uses of Enum Class
dev.getelements.elements.sdk.util.Hex.Case
Packages that use Hex.Case
-
Uses of Hex.Case in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util that return Hex.CaseModifier and TypeMethodDescriptionstatic Hex.CaseReturns the enum constant of this class with the specified name.static Hex.Case[]Hex.Case.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.util with parameters of type Hex.CaseModifier and TypeMethodDescriptionstatic StringEncodes hex to to lower-case hex encoding.static StringHex.encode(ByteBuffer raw, Hex.Case c) Encodes hex to to lower-case hex encoding.static charGets a characte for the supplied nibble.