public interface VectorClone
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones an object.
|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
method.java.lang.CloneNotSupportedException
- If deep copy is not supported.