|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- The class that is wrapped insidepublic interface Wrapper<A>
Classes implementing this interface indicate, that they act as a wrapper for another class.
Method Summary | |
---|---|
A |
getWrappedObject()
Returns the object that is wrapped inside the wrapper |
void |
setWrappedObject(A object)
Sets the object that is wrapped inside the wrapper |
Method Detail |
---|
A getWrappedObject()
void setWrappedObject(A object)
object
- new objects to wrap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |