if the queue is empty
Queue.peekHead
void * peekHead() nothrowReturns the first element of the queue.
Returns
the data of the first element in the queue, or null
void * peekHead() nothrowReturns the first element of the queue.
if the queue is empty