public interface LongConverter
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value) |
default String |
asString(long value) |
long |
parse(CharSequence text) |
long parse(CharSequence text)
void append(StringBuilder text, long value)
default String asString(long value)
Copyright © 2019. All rights reserved.