Generated by
JDiff

Class java.util.AbstractList

Documentation changed from old to new.

Changed Methods
List subList(int, int) Documentation changed from old to new.
Returns a view of the portion of this list between fromIndex inclusive and toIndex exclusive.
boolean addAll(int, Collection) Documentation changed from old to new.
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).