This class can be used to manage a stack of data values.
It can push and pop values of arbitrary types from the top of the stack.
The class can also search for data values on the stack. If the specified value is found, the value position on the stack is returned.
The class peek values from the stack, i.e. retrieve a value from the top of the stack without removing it.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.