Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

List.pushItem

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.