This method returns the front element of a Queue.
Queue
aQueue$front()
front returns the front element of the Queue in question, or NULL if the Queue is empty.
front
NULL
John Hughes