Overview | Methods | This Package | All Packages
Adds an item to the list.
Syntax
public void addItem( Object item )
Parameters
item
The item to add to the list.
Remarks
If the capacity of the list is exceeded, it automatically doubles in size.