iterator.Queue {Containers}R Documentation

Get a Queue Iterator

Description

This method returns an Iterator for the Queue in question. Both forward and reverse iteration are supported.

Details

it = aQueue$iterator()

Value

iterator returns an instance of Iterator.

Author(s)

John Hughes


[Package Containers version 1.2 Index]