Enumeration.hasMoreElements

Tests if this enumeration contains more elements.

@return <code>true</code> if and only if this enumeration object contains at least one more element to provide; <code>false</code> otherwise.

interface Enumeration(E)
bool
hasMoreElements
()

Meta