Search
Queue Methods
 


 Public Methods

  Name Description

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.

 See Also