ArrayEnumerator.nextItem

Overview | Methods | This Package | All Packages

ArrayEnumerator.nextItem

Retrieves the next item in the array and increments the current position.

Syntax

public Object nextItem()

Return Value

Returns the next item in the array.

Exceptions

EmptyEnumeratorException thrown if there are no more elements in the array.