Stack.push
Stack.push
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public
Object
push(
Object
item
)
Parameters
item
the item to be pushed onto this stack.
Returns
the
item
argument.
Description
Pushes an item onto the top of this stack.