Overriding: java.lang.Object
Returns a clone of this vector. The copy will contain a reference to a clone of the internal data array, not a reference to the original internal data array of this Vector object.
Vector
Returns: a clone of this vector
Diagram: Legacy Collections