This is a simple class that implements a FIFO stack (First In First Out) of values.
It uses arrays to queue values of any type at the end of the queue.
The class can also pop values from the stack by the same order they were queued. It may also return the value at the head of the queue without removing it.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|