addElement
public void addElement(Object obj)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. 
This method is identical in functionality to the add(Object) method (which is part of the List interface).