Return the item at the end of the Queue without removing it
the item at the end
Remove an item from the Queue
item dequeued
Return wether the queue is empty or not
Add an item to the end of a Queue
item to enqueue
return the length of a Queue
queue size
Return the item at the beginning of the Queue without removing it
the item at the beginning
Generated using TypeDoc
Return the item at the end of the Queue without removing it
the item at the end