Generated by
JDiff

Interface java.util.Collection

Documentation changed from old to new.

Changed Methods
boolean isEmpty() Documentation changed from old to new.
Returns true if this collection contains no elements.
Iterator iterator() Documentation changed from old to new.
Returns an iterator over the elements in this collection.
Object[] toArray(Object[]) Documentation changed from old to new.
Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.