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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.249 by jsr166, Sun Sep 1 05:08:07 2013 UTC vs.
Revision 1.250 by jsr166, Sun Sep 1 05:22:49 2013 UTC

# Line 2002 | Line 2002 | public class ConcurrentHashMap<K,V> exte
2002  
2003      /**
2004       * Legacy method testing if some key maps into the specified value
2005 <     * in this table.  This method is identical in functionality to
2005 >     * in this table.
2006 >     *
2007 >     * @deprecated This method is identical in functionality to
2008       * {@link #containsValue(Object)}, and exists solely to ensure
2009       * full compatibility with class {@link java.util.Hashtable},
2010       * which supported this method prior to introduction of the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines