ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.33 by jsr166, Fri Aug 23 20:12:21 2013 UTC vs.
Revision 1.34 by jsr166, Sun Sep 1 05:22:49 2013 UTC

# Line 1381 | Line 1381 | public class ConcurrentHashMap<K,V> impl
1381  
1382      /**
1383       * Legacy method testing if some key maps into the specified value
1384 <     * in this table.  This method is identical in functionality to
1384 >     * in this table.
1385 >     *
1386 >     * @deprecated This method is identical in functionality to
1387       * {@link #containsValue(Object)}, and exists solely to ensure
1388       * full compatibility with class {@link java.util.Hashtable},
1389       * which supported this method prior to introduction of the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines