Package java.util
Class Vector

Public Method elements

Enumeration elements()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an enumeration of the components of this vector. The first item generated is the item at index 0, then the item at index 1, and so on.