Returns whether there are more elements to iterate, i.e. whether the iterator is positioned in front of an element. @return true if there are more elements, false otherwise. @see #next
()
| 39 | * @see #next |
| 40 | */ |
| 41 | public boolean hasNext(); |
| 42 | |
| 43 | /** |
| 44 | * Returns the next object in the iteration, i.e. returns the element in |
no outgoing calls
no test coverage detected