public final class InternalFormatSpec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
char |
align |
boolean |
alternate |
char |
fill_char |
int |
precision |
char |
sign |
boolean |
thousands_separators |
char |
type |
int |
width |
| Constructor and Description |
|---|
InternalFormatSpec() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
pad(java.lang.String value,
char defaultAlign,
int leaveWidth) |