Microsoft SDK for Java

hasMoreElements

This method of the PermissionDataSetEnumerator Class determines whether the enumeration contains additional elements. This method implements the java.util.Enumeration.hasMoreElements method.

Syntax

public boolean hasMoreElements();

Return Value

Returns true if the enumeration contains additional elements; otherwise, returns false.

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