Overview | Methods | This Package | All Packages
Removes an item from the beginning of the list. This removes the item stored at the 0 index.
Syntax
public Object dequeueItem()
Return value
Returns the item that was removed.
Exceptions
EmptyQueueException thrown if there are no items in the list.