Overview | This Package | All Packages
| Constructors | Description |
| ArrayEnumerator | Creates an ArrayEnumerator object. |
| Methods | Description |
| clone | Creates an identical copy of this enumerator. |
| hasMoreItems | Determines whether there are more items in the array past the current item. |
| nextItem | Retrieves the next item in the array and increments the current position. |
| reset | Resets the current position to the first element of the array. |