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