Package org.aoju.bus.core.clone
Interface Cloneable<T>
- Type Parameters:
T- 实现克隆接口的类型
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
Cloning,DynamicBean
克隆支持接口
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
clone
T clone()克隆当前对象,浅复制- Returns:
- 克隆后的对象
-