Returns the index of the next object in the iteration. @return the index of the next object, or the size of the list if the iterator is at the end. @throws NoSuchElementException if there are no more elements. @see #next
()
| 76 | * @see #next |
| 77 | */ |
| 78 | public int nextIndex(); |
| 79 | |
| 80 | /** |
| 81 | * Returns the previous object in the iteration. |
no outgoing calls
no test coverage detected