- java.lang.Object
-
- cn.hutool.core.clone.CloneSupport<T>
-
-
方法概要
方法
| 限定符和类型 |
方法和说明 |
T |
clone()
克隆当前对象,浅复制
|
-
从类继承的方法 java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
构造器详细资料
-
CloneSupport
public CloneSupport()
-
方法详细资料
-
clone
public T clone()
克隆当前对象,浅复制
- 覆盖:
clone 在类中 java.lang.Object
- 返回:
- 克隆后的对象
Copyright © 2018. All rights reserved.