Returns whether there are previous elements to iterate. @return true if there are previous elements, false otherwise. @see #previous
()
| 55 | * @see #previous |
| 56 | */ |
| 57 | public boolean hasPrevious(); |
| 58 | |
| 59 | /** |
| 60 | * Returns the next object in the iteration. |
no outgoing calls
no test coverage detected