Clear the entire queue
Peaks at the last item in the queue.
Peaks at the first item in the queue.
Pops a single item off the front of the queue. Throws an exception if the
Push an item to the back of the queue. Returns false if the queue is full.
Push multiple items to the back of the queue. Returns false if the queue is
A simple Queue of type T.