Returns whether this Enumeration has more elements. @return true if there are more elements, false otherwise. @see #nextElement
()
| 37 | * @see #nextElement |
| 38 | */ |
| 39 | public boolean hasMoreElements(); |
| 40 | |
| 41 | /** |
| 42 | * Returns the next element in this {@code Enumeration}. |
no outgoing calls
no test coverage detected