Generated by
JDiff

Interface java.util.List

Documentation changed from old to new.

Changed Methods
boolean contains(Object) Documentation changed from old to new.
Returns true if this list contains the specified element.
List subList(int, int) Documentation changed from old to new.
Returns a view of the portion of this list between the specified fromIndex inclusive and toIndex exclusive.