public class IntHexFormatter extends Objectimplements IIntFormatter
| Constructor and Description |
|---|
IntHexFormatter()
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(int n)
|
void |
format(StringBuilder
|
Case |
getCase()
|
Type |
getType()
|
boolean |
isPrintRadixIndicator()
|
void |
setCase(Case
|
void |
setPrintRadixIndicator(boolean printRadixIndicator)
|
public TypegetType()
public Stringformat(int n)
public void format(StringBuilderbuffer, int n)
public CasegetCase()
public void setCase(Casec)
public boolean isPrintRadixIndicator()
public void setPrintRadixIndicator(boolean printRadixIndicator)