Pushes all the supplied elements onto the Stack. The element at index 0 of the List is pushed first.
Parameters
The elements to push onto this Stack.
Pushes all the supplied elements onto the Stack. The first parameter is pushed first.
Parameters
The elements to push onto this Stack.