Retrieves the next item in the queue without removing it from the queue. This retrieves the item at the beginning of the list.
public Object peekQueue()
Returns the first item in the queue.