Enumeration.nextElement
Interface Overview | Interface Members |
This Package |
All Packages
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.