Generated by
JDiff

Interface java.util.ListIterator

Documentation changed from old to new.

Changed Methods
void add(Object) Documentation changed from old to new.
Inserts the specified element into the list (optional operation).
void set(Object) Documentation changed from old to new.
Replaces the last element returned by next or previous with the specified element (optional operation).