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