public class HexadecimalLongConverter extends Object implements LongConverter
| Constructor and Description |
|---|
HexadecimalLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value) |
long |
parse(CharSequence text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasStringpublic long parse(CharSequence text)
parse in interface LongConverterpublic void append(StringBuilder text, long value)
append in interface LongConverterCopyright © 2019. All rights reserved.