|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Copyable
Copyable objects are able to copy their content to other objects of the same type
Method Summary | |
---|---|
void |
copyTo(Copyable copy)
Copies current object content to copy object |
Method Detail |
---|
void copyTo(Copyable copy)
copy
- represents target object, where current object's content will be copied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |