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.213 by jsr166, Wed May 22 16:19:16 2013 UTC vs.
Revision 1.214 by jsr166, Wed May 22 16:24:25 2013 UTC

# Line 647 | Line 647 | public class ConcurrentHashMap<K,V> impl
647           * value to return is somewhat arbitrary here. Since we do not
648           * necessarily track asynchronous changes, the most recent
649           * "previous" value could be different from what we return (or
650 <         * could even have been removed in which case the put will
650 >         * could even have been removed, in which case the put will
651           * re-establish). We do not and cannot guarantee more.
652           */
653          public V setValue(V value) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines