Returns the index of the previous object in the iteration. @return the index of the previous object, or -1 if the iterator is at the beginning. @throws NoSuchElementException if there are no previous elements. @see #previous
()
| 97 | * @see #previous |
| 98 | */ |
| 99 | public int previousIndex(); |
| 100 | |
| 101 | /** |
| 102 | * Removes the last object returned by {@code next} or {@code previous} from |
no outgoing calls
no test coverage detected