|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of object this format applies to.public interface Formatter<T>
This interface is used to represent formatters. A formatter is used to "convert" a single object into a single formatted string.
Method Summary | ||
---|---|---|
|
format(S obj)
Returns a formatted string representation of the provided object. |
Method Detail |
---|
<S extends T> java.lang.String format(S obj)
S
- a type that extends the primary type
of this format.obj
- the object to be formatted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |