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.6 by dl, Mon Jun 9 02:32:05 2003 UTC vs.
Revision 1.7 by brian, Mon Jun 23 02:26:16 2003 UTC

# Line 38 | Line 38 | import java.io.ObjectOutputStream;
38   *
39   * <p> The allowed concurrency among update operations is controlled
40   * by the optional <tt>segments</tt> constructor argument (default
41 < * 16). The table is divided into this many independent parts; each of
41 > * 16). The table is divided into this many independent parts, each of
42   * which can be updated concurrently. Because placement in hash tables
43   * is essentially random, the actual concurrency will vary. As a rough
44   * rule of thumb, you should choose at least as many segments as you

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines