Package java.util
Class Vector

Public Method copyInto

void copyInto(Object[] anArray)

_INSERT_METHOD_SIGNATURE_HERE_

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, else an IndexOutOfBoundsException is thrown.