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.34 by dl, Thu Apr 21 11:29:55 2011 UTC vs.
Revision 1.35 by jsr166, Fri Apr 22 01:09:27 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
77 >     *         type for this map
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines