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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java (file contents):
Revision 1.18 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.19 by dl, Sun Oct 19 13:38:34 2003 UTC

# Line 38 | Line 38 | import java.util.*;
38   * <tt>UnsupportedOperationException</tt>.
39   * @since 1.5
40   * @author Doug Lea
41 < * @param <E> the base class of all elements held in this collection
41 > * @param <E> the type of elements held in this collection
42   */
43   public class CopyOnWriteArrayList<E>
44          implements List<E>, RandomAccess, Cloneable, java.io.Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines