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