|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Collection ) |
Documentation changed from old to new. |
Constructs a list containing the elements of the specified collection in the order they are returned by the collection's iterator. |
Changed Methods | ||
void addFirst(Object ) |
Documentation changed from old to new. |
Inserts the given element at the beginning of this list. |
void addLast(Object ) |
Documentation changed from old to new. |
Appends the given element to the end of this list. |
boolean addAll(Collection ) |
Documentation changed from old to new. |
Appends all of the elements in the specified collection to the end of this list in the order that they are returned by the specified collection's iterator. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |