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