if the queue is empty
Queue.popHead
void * popHead() nothrowRemoves the first element of the queue and returns its data.
Returns
the data of the first element in the queue, or null
void * popHead() nothrowRemoves the first element of the queue and returns its data.
if the queue is empty