peek
Description:
Peek the head element of the queue without removing it from the queue.
Parameters:
this |
Returns:
the head element of this or null when the queue is empty. |
Peek the head element of the queue without removing it from the queue.
this |
the head element of this or null when the queue is empty. |