ArrayStack
extends ArrayObject
in package
ArrayObject that acts as a stack with regards to iteration
Table of Contents
- getIterator() : ArrayIterator
- Retrieve iterator
Methods
getIterator()
Retrieve iterator
public
getIterator() : ArrayIterator
Retrieve an array copy of the object, reverse its order, and return an ArrayIterator with that reversed array.