All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected String |
doFormat(Object obj,
int padWidth,
boolean strict,
Locale locale) |
String |
formatTo(Object obj,
int width,
boolean strict,
Locale locale,
ZoneIdResolver zoneResolver) |
boolean |
isCombination() |
static String |
padLeft(String inputString,
int length,
char padSymbol) |
static String |
padRight(String inputString,
int length,
char padSymbol) |
static String |
padWithSpaces(String formatted,
int padWidth) |
static String |
padWithZeros(String formatted,
int padWidth) |
static String |
removeLeadingZeros(String formatted) |