Returns the previous object in the iteration. @return the previous object. @throws NoSuchElementException if there are no previous elements. @see #hasPrevious
()
| 86 | * @see #hasPrevious |
| 87 | */ |
| 88 | public E previous(); |
| 89 | |
| 90 | /** |
| 91 | * Returns the index of the previous object in the iteration. |
no outgoing calls
no test coverage detected