What is the significance of ListIterator?
Answers
Answered by
0
Java ListIterator. Like Iterator, ListIterator is a Java Iterator, which is used to iterate elements one-by-one from a List implemented object. It is useful only for List implemented classes.
plzz mrk me
Answered by
2
extends Iterator, allow bidirectional traversal of list and the modification of elements.
Similar questions