Enumeration.nextElement

Enumeration.nextElement

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract Object nextElement()
Returns
the next element of this enumeration.
Description
Returns the next element of this enumeration.

Exceptions
NoSuchElementException if no more elements exist.