Object push(Object stackObject, Object value)
Object push(Object stackObject, Object value)
Name | Type | Description |
---|---|---|
stackObject | Object | The Stack in which lookup is desired. |
value | Object | The value to push onto the stack. |
Type | Description |
---|---|
Object | The Stack on which to push |