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.31 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.32 by dl, Wed Apr 20 16:25:54 2011 UTC

# Line 74 | Line 74 | public interface ConcurrentMap<K, V> ext
74       * @throws UnsupportedOperationException if the <tt>remove</tt> operation
75       *         is not supported by this map
76       * @throws ClassCastException if the key or value is of an inappropriate
77 <     *         type for this map (optional)
77 >     *         is incompatible with this deque
78 >     *         (<a href="Collection.html#optional-restrictions">optional</a>)
79       * @throws NullPointerException if the specified key or value is null,
80 <     *         and this map does not permit null keys or values (optional)
80 >     *         and this map does not permit null keys or values
81 >     *         (<a href="Collection.html#optional-restrictions">optional</a>)
82       */
83      boolean remove(Object key, Object value);
84  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines