Returns the next element in this Enumeration. @return the next element.. @throws NoSuchElementException if there are no more elements. @see #hasMoreElements
()
| 47 | * @see #hasMoreElements |
| 48 | */ |
| 49 | public E nextElement(); |
| 50 | } |
no outgoing calls
no test coverage detected