Microsoft SDK for Java

ArrayEnumerator Methods

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.

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