Name: rmT116609 Date: 09/19/2001
In the API for ListIterator.add method it can be read:
"
ClassCastException - if the class of the specified element prevents it from being added to this Set.
IllegalArgumentException - if some aspect of this element prevents it from being added to this Collection.
"
But you can't get a ListIterator for a Collection or Set compile-time type so I guess the words Set and
Collection should be replaced by List, in the ListIterator.set() method
(Review ID: 132189)
======================================================================