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.7 by dl, Fri Sep 12 15:38:26 2003 UTC vs.
Revision 1.8 by dl, Fri Sep 26 11:37:06 2003 UTC

# Line 25 | Line 25 | package java.util;
25   *
26   * All of the operations perform as could be expected for a doubly-linked
27   * list.  Operations that index into the list will traverse the list from
28 < * the begining or the end, whichever is closer to the specified index.<p>
28 > * the beginning or the end, whichever is closer to the specified index.<p>
29   *
30   * <b>Note that this implementation is not synchronized.</b> If multiple
31   * threads access a list concurrently, and at least one of the threads

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines