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.35 by dl, Sun Jun 19 23:18:48 2005 UTC vs.
Revision 1.36 by jsr166, Tue Jun 21 07:45:08 2005 UTC

# Line 1845 | Line 1845 | public class ConcurrentSkipListMap<K,V>
1845      }
1846  
1847      /**
1848 <     * Removes the mapping for this key from this map if present.
1848 >     * Removes the mapping for the specified key from this map if present.
1849       *
1850       * @param  key key for which mapping should be removed
1851       * @return the previous value associated with the specified key, or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines