|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Copyable
An interface for objects that can be copied.
| Method Summary | |
|---|---|
Object |
copy(Object dest)
Creates a copy of this object, (re)populating the supplied destination object if possible. |
Object |
copy(Object dest,
Object outer)
Creates a copy of this object, (re)populating the supplied destination object if possible. |
| Method Detail |
|---|
Object copy(Object dest)
Object copy(Object dest,
Object outer)
outer - the outer object reference to use for inner object creation, if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||