|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Formatter
A generic interface allowing to format objects to Strings and parse them from Strings.
| Method Summary | |
|---|---|
String |
format(Object obj)
Formats the given object to String. |
boolean |
isThreadSafe()
Returns true if this formatter is thread safe, false
otherwise. |
Object |
parse(String str)
Parse the given string to an Object. |
| Method Detail |
|---|
String format(Object obj)
Object parse(String str)
throws ParseException
ParseExceptionboolean isThreadSafe()
true if this formatter is thread safe, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||