removeFront.Queue {Containers} | R Documentation |
This method removes and returns the front element of a Queue
.
e = aQueue$removeFront()
removeFront
removes and returns the front element of the Queue
in question, or returns NULL
if the Queue
is empty.
John Hughes