Inserts an item into the stack.
public void pushItem( Object item )
item
The item to insert into the stack.
The item is inserted at the end of the list.