Adds an item to the list.
public void addItem( Object item )
item
The item to add to the list.
If the capacity of the list is exceeded, it automatically doubles in size.