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

Comparing jsr166/src/main/java/util/ArrayList.java (file contents):
Revision 1.19 by dl, Wed Apr 19 15:07:14 2006 UTC vs.
Revision 1.21 by jsr166, Sun May 28 23:36:29 2006 UTC

# Line 1 | Line 1
1   /*
2 < * @(#)ArrayList.java   1.56 06/03/14
2 > * %W% %E%
3   *
4   * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
# Line 66 | Line 66 | package java.util;
66   * should be used only to detect bugs.</i><p>
67   *
68   * This class is a member of the
69 < * <a href="{@docRoot}/../guide/collections/index.html">
69 > * <a href="{@docRoot}/../technotes/guides/collections/index.html">
70   * Java Collections Framework</a>.
71   *
72   * @author  Josh Bloch
73   * @author  Neal Gafter
74 < * @version 1.56, 03/14/06
74 > * @version %I%, %G%
75   * @see     Collection
76   * @see     List
77   * @see     LinkedList

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines