dequeue
Removes and returns the object at the beginning of the queue.
enqueue
Adds an object to the end of the queue.
getSize
Gets the number of elements in the queue.
Queue ClassMindFusion.Collections Namespace