Vector.addElement
Class Overview | Class Members |
This Package |
All Packages
public final synchronized void addElement( Object obj )
Parameters
- obj
- the component to be added.
Description
Adds the specified component to the end of this vector,
increasing its size by one. The capacity of this vector is
increased if its size becomes greater than its capacity.