Innovation Award
 November 2009
Number 9 |
Queues can be used to maintain a set of elements that can be pushed and popped from the queue.
Usually, queues can maintain an unlimited set of elements. This class provides a different implementation that allows to limit the number of items present in the queue at any moment.
Manuel Lemos |
This class can be used to manage queue with a limited number of elements.
It can push and pop item values of any type into a queue array.
If the queue already contains the limit number of items when a new item is pushed, the item at the bottom of the queue is popped out.
| 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.