public abstract class ForwardingObject
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingObject()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
delegate() |
java.lang.String |
toString()
Returns the string representation generated by the delegate's
toString method. |