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) |
public long parse(CharSequence text)
parse in interface LongConverterpublic void append(StringBuilder text, long value)
append in interface LongConverterCopyright © 2018. All rights reserved.