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.23 by dl, Tue Jan 20 04:35:02 2004 UTC vs.
Revision 1.24 by dl, Tue Jan 27 11:36:31 2004 UTC

# Line 36 | Line 36 | import java.util.*;
36   * operations on iterators themselves (remove, set, and add) are not
37   * supported. These methods throw
38   * <tt>UnsupportedOperationException</tt>.
39 + *
40 + * <p>This class is a member of the
41 + * <a href="{@docRoot}/../guide/collections/index.html">
42 + * Java Collections Framework</a>.
43 + *
44   * @since 1.5
45   * @author Doug Lea
46   * @param <E> the type of elements held in this collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines