public class Base32IntConverter extends Object implements IntConverter
| Modifier and Type | Field and Description |
|---|---|
static Base32IntConverter |
INSTANCE |
| Constructor and Description |
|---|
Base32IntConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value) |
int |
parse(CharSequence text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasStringpublic static final Base32IntConverter INSTANCE
public int parse(CharSequence text)
parse in interface IntConverterpublic void append(StringBuilder text, int value)
append in interface IntConverterCopyright © 2019. All rights reserved.