Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.