Package java.util
Class Vector

Public Method clone

Object clone()

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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.