|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type for which the stringifier appliespublic interface Stringifier<T>
Stringifier
defines an interface for abstracting the toString
method.
Method Summary | |
---|---|
String |
toString(T t)
Returns a textual representation of t . |
Method Detail |
---|
String toString(T t)
t
.
t
- the object for which a textual representation is returned
t
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |