摘要: Byconvention, the approach of writing clone method is:1.Implements Cloneable interfaceThisapproach ensures your clone method can directly or indirectly callObject.clone(). Otherwise, calling Object.cl... 阅读全文
posted @ 2010-04-21 10:51 MagicLetters 阅读(209) 评论(0) 推荐(0) 编辑