T - 克隆对象类型public interface CloneSupport<T> extends Serializable, Cloneable
克隆支持接口。
支持序列化克隆与 Object.clone() 方法。
| Modifier and Type | Method and Description |
|---|---|
T |
clone()
改写
Object.clone() 方法。 |
T clone()
Object.clone() 方法。Copyright © 2024. All rights reserved.