@Deprecated public class UnsignedIntConverter extends Object implements IntConverter
| Constructor and Description |
|---|
UnsignedIntConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value)
Deprecated.
Appends the provided
value to the provided text. |
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, maxParseLength, maxParseLengthpublic 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.