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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.27 by dl, Sun Oct 2 22:01:06 2011 UTC vs.
Revision 1.28 by dl, Sun Oct 2 22:04:49 2011 UTC

# Line 1678 | Line 1678 | public class ConcurrentHashMapV8<K, V>
1678       * final String msg = ...;
1679       * map.compute(key, new RemappingFunction<Key, String>() {
1680       *   public String remap(Key k, String v) {
1681 <     *    return (v == null) ? msg : v + msg;});}</pre>
1681 >     *    return (v == null) ? msg : v + msg;});}}</pre>
1682       *
1683       * @param key key with which the specified value is to be associated
1684       * @param remappingFunction the function to compute a value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines