public class HexadecimalLongConverter extends AbstractLongConverter
HexadecimalLongConverter class is responsible for converting 64-bit unsigned
numbers into a hexadecimal representation.
This class extends the AbstractLongConverter class, and inherits its methods
to perform the conversions. The class is a singleton, accessed via the INSTANCE
constant. It's thread-safe and can be used across the application.
AbstractLongConverter| Modifier and Type | Field and Description |
|---|---|
static LongConverter |
INSTANCE
The singleton instance of
HexadecimalLongConverter. |
converterappend, append, maxParseLength, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEncode, allSafeChars, asString, asText, asText, forSymbols, lengthCheck, maxParseLengthpublic static final LongConverter INSTANCE
HexadecimalLongConverter.Copyright © 2023. All rights reserved.