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.19 by dl, Mon Aug 25 13:01:41 2003 UTC vs.
Revision 1.20 by dl, Mon Aug 25 19:27:58 2003 UTC

# Line 57 | Line 57 | import java.io.ObjectOutputStream;
57   */
58   public class ConcurrentHashMap<K, V> extends AbstractMap<K, V>
59          implements ConcurrentMap<K, V>, Cloneable, Serializable {
60 +    private static final long serialVersionUID = 7249069246763182397L;
61  
62      /*
63       * The basic strategy is to subdivide the table among Segments,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines