interface FormatPart extends java.lang.Comparable<FormatPart>
Modifier and Type | Field and Description |
---|---|
static int |
STRING
The default string index.
|
Modifier and Type | Method and Description |
---|---|
int |
index()
The parameter index.
|
java.lang.String |
part()
The part of the format.
|
int |
position()
The position for the part.
|
static final int STRING