@see java.util.ListIterator#hasPrevious()
()
| 2871 | * @see java.util.ListIterator#hasPrevious() |
| 2872 | */ |
| 2873 | public boolean hasPrevious() { |
| 2874 | return i.hasPrevious(); |
| 2875 | } |
| 2876 | |
| 2877 | /** |
| 2878 | * @see java.util.ListIterator#previous() |
nothing calls this directly
no test coverage detected