Which of these is a method of ListIterator used to obtain index of previous element?
(a) previous()
(b) previousIndex()
(c) back()
(d) goBack()
The question was posed to me in homework.
Origin of the question is Iterators in section java.util – The Collections Framework of Java