Documentation for this section has not yet been entered.
Type Reason Java.Util.NoSuchElementException if this queue is empty
Retrieves, but does not remove, the head of this queue. This method differs from IQueue.Peek only in that it throws an exception if this queue is empty.