ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.26 by brian, Fri Sep 2 01:03:08 2005 UTC vs.
Revision 1.27 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 16 | Line 16 | import java.util.Map;
16   * Java Collections Framework</a>.
17   *
18   * <p>
19 < * Memory visibility effects: As with other concurrent collections, state
19 > * Memory consistency effects: As with other concurrent collections, state
20   * changes to any object made prior to placing it into a <tt>ConcurrentMap</tt> as a key or value
21   * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
22   * that element is accessed via or removed from the <tt>ConcurrentMap</tt>.  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines