The hasMoreElements method
- Organization of this page
Description
Checks whether the list contains any more user IDs. If an exception occurs, this method returns false.
Syntax
public boolean hasMoreElements();
Parameters
None
Exceptions
None
Return values
- true:
-
Another user ID has been found.
- false:
-
No more user IDs have been found.