Microsoft SDK for Java

hasMoreElements

This method of the EnumWrapper class determines if there are elements remaining in the Enumeration.

Syntax

public boolean hasMoreElements();

Return Value

Returns true if the EnumWrapper contains more elements; otherwise, returns false.

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