|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@CodeReviews(reviews={@CodeReview(reviewer="Kevin R. Dixon",date="2008-10-02",changesNeeded=false,comments="Looks fine."),@CodeReview(reviewer="Kevin R. Dixon",date="2007-11-25",changesNeeded=false,comments="Looks fine.")})
public interface CloneableSerializableAn object that is both cloneable and serializable, because Java's Cloneable interface mistakenly doesn't have a clone() method (search on the Web, it's funny "lost in the mists of time..." )
| Method Summary | |
|---|---|
CloneableSerializable |
clone()
Creates a new clone (shallow copy) of this object. |
| Method Detail |
|---|
CloneableSerializable clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||