front.Queue {Containers}R Documentation

Inspect the Front Element of a Queue

Description

This method returns the front element of a Queue.

Details

aQueue$front()

Value

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

Author(s)

John Hughes


[Package Containers version 1.2 Index]