2015年6月2日

Cloneable

摘要: Cloneable是一个空接口,他里面什么也没有,那么为什么要定义这么一个接口呢?首先我们来看源码中的解释: A class implements the Cloneable interface to indicate to the {@link java.lang.Object#clone(... 阅读全文

posted @ 2015-06-02 15:55 00醉酒00 阅读(202) 评论(0) 推荐(0)

导航