@Deprecated public interface IntConverter
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value)
Deprecated.
Appends the provided
value to the provided text. |
default String |
asString(int value)
Deprecated.
|
default CharSequence |
asText(int value)
Deprecated.
|
default void |
lengthCheck(CharSequence text)
Deprecated.
checks that the length of the text is not greater than
LongConverter.maxParseLength() |
default int |
maxParseLength()
Deprecated.
|
static int |
maxParseLength(int based)
Deprecated.
|
int |
parse(CharSequence text)
Deprecated.
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)
default int maxParseLength()
static int maxParseLength(int based)
default void lengthCheck(CharSequence text)
LongConverter.maxParseLength()text - to checkCopyright © 2023. All rights reserved.