Vector.elements

Vector.elements

Class Overview | Class Members | This Package | All Packages

Syntax
public final synchronized Enumeration elements()
Returns
an enumeration of the components of this vector.
Description
Returns an enumeration of the components of this vector.

See Also
Enumeration