removeFront.Queue {Containers}R Documentation

Remove the Front Element of a Queue

Description

This method removes and returns the front element of a Queue.

Details

e = aQueue$removeFront()

Value

removeFront removes and returns the front element of the Queue in question, or returns NULL if the Queue is empty.

Author(s)

John Hughes


[Package Containers version 1.2 Index]