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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.110 by jsr166, Mon Mar 18 18:34:07 2013 UTC vs.
Revision 1.111 by dl, Mon Mar 18 19:35:09 2013 UTC

# Line 1999 | Line 1999 | public class ConcurrentSkipListMap<K,V>
1999       * value. The function is <em>NOT</em> guaranteed to be applied
2000       * once atomically.
2001       *
2002 <     * @param key key with which the specified value is to be associated
2002 >     * @param key key with which a value may be associated
2003       * @param remappingFunction the function to compute a value
2004       * @return the new value associated with the specified key, or null if none
2005       * @throws NullPointerException if the specified key is null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines