java.lang.Object
文章平均质量分 71
zh1-0
我原来很懒。。。。。。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.lang.Object-clone()方法介绍
源码介绍 Creates and returns a copy of this object. The precise meaning of "copy" may depend on the class of the object.原创 2021-06-22 15:40:03 · 576 阅读 · 0 评论 -
java.lang.Object介绍
源码介绍 Class Object is the root of the class hierarchy. Every class has Object as a superclass. All objects, including arrays, implement the methods of this class.原创 2021-05-30 11:06:33 · 2605 阅读 · 0 评论
分享