The ListIterator interface

a. specializes the Iterator interface to work with lists, but adds no new methods
b. adds to Iterator the ability to move backwards in the collection
c. adds to Iterator the ability to iterate over several collections, if those collections are lists
d. None of the above