ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166x/ConcurrentSkipListMap.java
(Generate patch)

Comparing jsr166/src/jsr166x/ConcurrentSkipListMap.java (file contents):
Revision 1.21 by jsr166, Sun Dec 30 02:05:53 2012 UTC vs.
Revision 1.22 by jsr166, Sun Dec 30 02:11:59 2012 UTC

# Line 2138 | Line 2138 | public class ConcurrentSkipListMap<K,V>
2138      }
2139  
2140      /**
2141 <     * Replace entry for key only if currently mapped to given value.
2141 >     * Replaces entry for key only if currently mapped to given value.
2142       * Acts as
2143       * <pre>
2144       *  if ((map.containsKey(key) && map.get(key).equals(oldValue)) {
# Line 2175 | Line 2175 | public class ConcurrentSkipListMap<K,V>
2175      }
2176  
2177      /**
2178 <     * Replace entry for key only if currently mapped to some value.
2178 >     * Replaces entry for key only if currently mapped to some value.
2179       * Acts as
2180       * <pre>
2181       *  if ((map.containsKey(key)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines