Vector.copyInto

Vector.copyInto

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized void copyInto( Object anArray[] )
Parameters
anArray
the array into which the components get copied.
Description
Copies the components of this vector into the specified array. The array must be big enough to hold all the objects in this vector.