public class WordsLongConverter extends Object implements LongConverter
| Constructor and Description |
|---|
WordsLongConverter() |
WordsLongConverter(char sep) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value) |
long |
parse(CharSequence text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasStringpublic WordsLongConverter()
public WordsLongConverter(char sep)
public long parse(CharSequence text)
parse in interface LongConverterpublic void append(StringBuilder text, long value)
append in interface LongConverterCopyright © 2019. All rights reserved.