Enumeration.hasMoreElements

Enumeration.hasMoreElements

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean hasMoreElements()
Returns
true if this enumeration contains more elements; false otherwise.
Description
Tests if this enumeration contains more elements.