|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface Formatter<T>
The capability to transform an object of type T into a string representation.
Method Summary | |
---|---|
java.lang.String |
format(T object)
Create a string representation for the given obejct. |
Method Detail |
---|
java.lang.String format(T object)
object
- the object to format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |