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.14 by jsr166, Sun Dec 28 00:55:45 2003 UTC vs.
Revision 1.15 by jsr166, Sun Apr 11 04:50:24 2004 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
# Line 306 | Line 306 | public class LinkedList<E>
306       * @param index index of element to return.
307       * @return the element at the specified position in this list.
308       *
309 <     * @throws IndexOutOfBoundsException if the specified index is is out of
309 >     * @throws IndexOutOfBoundsException if the specified index is out of
310       * range (<tt>index &lt; 0 || index &gt;= size()</tt>).
311       */
312      public E get(int index) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines