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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.41 by dl, Wed Jan 21 15:20:35 2004 UTC vs.
Revision 1.42 by dl, Tue Jan 27 11:36:31 2004 UTC

# Line 59 | Line 59 | import java.io.ObjectOutputStream;
59   * java.util.HashMap}, this class does NOT allow <tt>null</tt> to be
60   * used as a key or value.
61   *
62 + * <p>This class is a member of the
63 + * <a href="{@docRoot}/../guide/collections/index.html">
64 + * Java Collections Framework</a>.
65 + *
66   * @since 1.5
67   * @author Doug Lea
68   * @param <K> the type of keys maintained by this map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines