queue.hQueue class, a collection
in which values are ordinarily processed in a first-in/first-out
(FIFO) order.
| Class | |
| Queue<ValueType> | This class models a linear structure called a queue in which values are added at one end and removed from the other. |