Overview | Methods | This Package | All Packages
Inserts an item into the stack.
Syntax
public void pushItem( Object item )
Parameters
item
The item to insert into the stack.
Remarks
The item is inserted at the end of the list.