|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
To provide support for contextual toString functionality.
Classes implementing this interface can collaborate with the caller of the toString method by prepending a prefix to their toString output.
Method Summary | |
java.lang.String |
toString(java.lang.String prefix)
Returns the String representation of the object with a prefix. |
Method Detail |
public java.lang.String toString(java.lang.String prefix)
prefix
- prefix for the String representation of the object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |