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.196 by dl, Mon Mar 18 12:40:30 2013 UTC vs.
Revision 1.197 by dl, Mon Mar 18 19:35:09 2013 UTC

# Line 2785 | Line 2785 | public class ConcurrentHashMap<K,V>
2785       * so the computation should be short and simple, and must not
2786       * attempt to update any other mappings of this Map.
2787       *
2788 <     * @param key key with which the specified value is to be associated
2788 >     * @param key key with which a value may be associated
2789       * @param remappingFunction the function to compute a value
2790       * @return the new value associated with the specified key, or null if none
2791       * @throws NullPointerException if the specified key or remappingFunction

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines