ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/LinkedList.java
(Generate patch)

Comparing jsr166/src/main/java/util/LinkedList.java (file contents):
Revision 1.29 by jsr166, Tue May 17 04:09:23 2005 UTC vs.
Revision 1.30 by jsr166, Tue May 17 06:36:47 2005 UTC

# Line 828 | Line 828 | public class LinkedList<E>
828       * maintained by this list.  (In other words, this method must allocate
829       * a new array).  The caller is thus free to modify the returned array.
830       *
831 +     * <p>This method acts as bridge between array-based and collection-based
832 +     * APIs.
833 +     *
834       * @return an array containing all of the elements in this list
835       *         in proper sequence
836       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines