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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.9 by dholmes, Wed Aug 6 01:57:53 2003 UTC vs.
Revision 1.10 by tim, Fri Aug 8 20:05:07 2003 UTC

# Line 53 | Line 53 | public interface ConcurrentMap<K, V> ext
53       *  if (map.get(key).equals(value)) {
54       *     map.remove(key);
55       *     return true;
56 <     * }
57 <     * else return false;
56 >     * } else return false;
57       * </pre>
58       * except that the action is performed atomically.
59       * @param key key with which the specified value is associated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines