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.32 by dl, Wed Apr 20 16:25:54 2011 UTC vs.
Revision 1.33 by dl, Wed Apr 20 19:08:20 2011 UTC

# Line 75 | Line 75 | public interface ConcurrentMap<K, V> ext
75       *         is not supported by this map
76       * @throws ClassCastException if the key or value is of an inappropriate
77       *         is incompatible with this deque
78 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
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
81 <     *         (<a href="Collection.html#optional-restrictions">optional</a>)
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