Summary:
Detail:
Iterator<T>
ReverseIterable<T>
private final ListIterator<T>
listIterator
private
ReverseIterator(ListIterator<T> listIterator)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove