Microsoft SDK for Java

hasMoreElements

This method of the ElementDeclEnumeration class determines if there are any more matching elements.

Syntax

public boolean hasMoreElements();

Return Value

Returns true if the next call to nextElement returns a non-null result.

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