@Deprecated public class WordsIntConverter extends Object implements IntConverter
| Constructor and Description |
|---|
WordsIntConverter()
Deprecated.
|
WordsIntConverter(char sep)
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 WordsIntConverter()
public WordsIntConverter(char sep)
public 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.