Enumeration.nextElement

Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

@return the next element of this enumeration. @exception NoSuchElementException if no more elements exist.

interface Enumeration(E)
E
nextElement
()

Meta