public interface LongConverter
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value)
Appends the provided
value to the provided text. |
default String |
asString(long value) |
default CharSequence |
asText(long value) |
long |
parse(CharSequence text)
Parses the provided
CharSequence and returns the parsed results as a
long primitive. |
long parse(CharSequence text)
CharSequence and returns the parsed results as a
long primitive.text as an long primitive.void append(StringBuilder text, long value)
value to the provided text.default String asString(long value)
default CharSequence asText(long value)
Copyright © 2020. All rights reserved.