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.7 by dl, Fri Aug 1 22:48:54 2003 UTC vs.
Revision 1.8 by dl, Mon Aug 4 12:10:27 2003 UTC

# Line 60 | Line 60 | public interface ConcurrentMap<K, V> ext
60       * @param key key with which the specified value is associated.
61       * @param value value associated with the specified key.
62       * @return true if the value was removed
63 +     * @throws NullPointerException this map does not permit <tt>null</tt>
64 +     *            keys or values, and the specified key or value is
65 +     *            <tt>null</tt>.
66       */
67      boolean remove(Object key, Object value);
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines