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.26 by dl, Sat Oct 18 12:29:33 2003 UTC vs.
Revision 1.27 by dl, Sun Oct 19 13:38:34 2003 UTC

# Line 61 | Line 61 | import java.io.ObjectOutputStream;
61   *
62   * @since 1.5
63   * @author Doug Lea
64 < * @param <K> the base class of all keys maintained by this map
65 < * @param <V> the base class of all mapped values
64 > * @param <K> the type of keys maintained by this map
65 > * @param <V> the type of mapped values
66   */
67   public class ConcurrentHashMap<K, V> extends AbstractMap<K, V>
68          implements ConcurrentMap<K, V>, Cloneable, Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines