Derived from the Queue class.
data
Initial data to populate the stack.
push(item)
Inserts element at back of the queue.
Queue-class for information on base class.
Queue-class