Raw array access
Clear the entire queue
Returns true if the queue is empty
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
Set the size of the array
Get the size of the array.
A simple Queue of type T