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.27 by dl, Sun Oct 19 13:38:34 2003 UTC vs.
Revision 1.28 by dl, Mon Nov 10 17:31:23 2003 UTC

# Line 34 | Line 34 | import java.io.ObjectOutputStream;
34   * Enumerations return elements reflecting the state of the hash table
35   * at some point at or since the creation of the iterator/enumeration.
36   * They do <em>not</em> throw
37 < * <tt>ConcurrentModificationException</tt>.  However, Iterators are
37 > * {@link ConcurrentModificationException}.  However, iterators are
38   * designed to be used by only one thread at a time.
39   *
40   * <p> The allowed concurrency among update operations is guided by

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines