public synchronized Object clone ()

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.

Returns:  a clone of this vector