Standard Queue based on Single Linked List
Determine if the queue is empty or not
Returns the size of the queue
Foreach Iterator
Gets and remove next item in queue.
Adds a new item to queue.
Gets next item in queue.
Generated using TypeDoc
Standard Queue based on Single Linked List