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.4 by dl, Fri Jun 6 14:17:16 2003 UTC vs.
Revision 1.5 by dl, Fri Jun 6 18:42:17 2003 UTC

# Line 24 | Line 24 | import java.io.ObjectOutputStream;
24   * thread safety but not on its synchronization details.
25   *  
26   * <p> Retrieval operations (including <tt>get</tt>) ordinarily
27 < * overlap with update operations (including <tt>put/tt> and
27 > * overlap with update operations (including <tt>put</tt> and
28   * <tt>remove</tt>). Retrievals reflect the results of the most
29   * recently <em>completed</em> update operations holding upon their
30   * onset.  For aggregate operations such as <tt>putAll</tt> and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines