public class HexadecimalIntConverter extends Object implements IntConverter
| Constructor and Description |
|---|
HexadecimalIntConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
int value) |
int |
parse(CharSequence text) |
public int parse(CharSequence text)
parse in interface IntConverterpublic void append(StringBuilder text, int value)
append in interface IntConverterCopyright © 2018. All rights reserved.