/[classpath]/classpath/java/util/ArrayList.java
ViewVC logotype

Diff of /classpath/java/util/ArrayList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by gnu_andrew, Tue Aug 17 22:19:56 2004 UTC revision 1.27 by mkoch, Wed Feb 16 11:18:38 2005 UTC
# Line 1  Line 1 
1  /* ArrayList.java -- JDK1.2's answer to Vector; this is an array-backed  /* ArrayList.java -- JDK1.2's answer to Vector; this is an array-backed
2     implementation of the List interface     implementation of the List interface
3     Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2004, 2005  Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 72  import java.lang.reflect.Array; Line 72  import java.lang.reflect.Array;
72   *   *
73   * @author Jon A. Zeppieri   * @author Jon A. Zeppieri
74   * @author Bryce McKinlay   * @author Bryce McKinlay
75   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
76   * @see Collection   * @see Collection
77   * @see List   * @see List
78   * @see LinkedList   * @see LinkedList

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26