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