iterator.Stack {Containers}R Documentation

Get a Stack Iterator

Description

This method returns an Iterator for the Stack in question. The iterator traverses the Stack from top to bottom.

Details

it = aStack$iterator()

Value

iterator returns an instance of Iterator.

Author(s)

John Hughes


[Package Containers version 1.2 Index]