iterator.Stack {Containers} | R Documentation |
This method returns an Iterator
for the Stack
in question. The iterator traverses the Stack
from top to bottom.
it = aStack$iterator()
iterator
returns an instance of Iterator
.
John Hughes