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, wait
asString
public long parse(CharSequence text)
parse
in interface LongConverter
public void append(StringBuilder text, long value)
append
in interface LongConverter
Copyright © 2020. All rights reserved.