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.17 by dl, Sat Dec 27 19:26:25 2003 UTC vs.
Revision 1.18 by dl, Wed Jan 7 20:49:09 2004 UTC

# Line 45 | Line 45 | public interface ConcurrentMap<K, V> ext
45       *            keys or values, and the specified key or value is
46       *            <tt>null</tt>.
47       *
48 <     **/
48 >     */
49      V putIfAbsent(K key, V value);
50  
51      /**
# Line 60 | Line 60 | public interface ConcurrentMap<K, V> ext
60       * except that the action is performed atomically.
61       * @param key key with which the specified value is associated.
62       * @param value value associated with the specified key.
63 <     * @return true if the value was removed
63 >     * @return true if the value was removed, false otherwise
64       * @throws NullPointerException if this map does not permit <tt>null</tt>
65       *            keys or values, and the specified key or value is
66       *            <tt>null</tt>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines