@Deprecated public class Base40IntConverter extends Object implements IntConverter
| Modifier and Type | Field and Description |
|---|---|
static Base40IntConverter |
INSTANCE
Deprecated.
|
static int |
MAX_LENGTH
Deprecated.
|
| Constructor and Description |
|---|
Base40IntConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value)
Deprecated.
Appends the provided
value to the provided text. |
int |
maxParseLength()
Deprecated.
|
int |
parse(CharSequence text)
Deprecated.
Parses the provided
CharSequence and returns the parsed results as an
int primitive. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasString, asText, lengthCheck, maxParseLengthpublic static final int MAX_LENGTH
public static final Base40IntConverter INSTANCE
public int maxParseLength()
maxParseLength in interface IntConverterpublic int parse(CharSequence text)
IntConverterCharSequence and returns the parsed results as an
int primitive.parse in interface IntConvertertext as an int primitive.public void append(StringBuilder text, int value)
IntConvertervalue to the provided text.append in interface IntConverterCopyright © 2023. All rights reserved.