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.17 by dl, Sun Aug 24 14:47:31 2003 UTC vs.
Revision 1.18 by dl, Sun Aug 24 23:32:25 2003 UTC

# Line 608 | Line 608 | public class ConcurrentHashMap<K, V> ext
608          return false;
609      }
610      /**
611 <     * Tests if some key maps into the specified value in this table.
612 <     * This operation is more expensive than the
611 >     * Legacy method testing if some key maps into the specified value
612 >     * in this table.  This operation is more expensive than the
613       * <code>containsKey</code> method.
614       *
615       * <p> Note that this method is identical in functionality to
616 <     * containsValue, This method esists solely to ensure plug-in
617 <     * compatibility with class <tt>Hashtable</tt>, which supported
618 <     * this method prior to introduction of the collections framework.
616 >     * <tt>containsValue</tt>, This method esists solely to ensure
617 >     * plug-in compatibility with class {@link java.util.Hashtable},
618 >     * which supported this method prior to introduction of the
619 >     * collections framework.
620  
621       * @param      value   a value to search for.
622       * @return     <code>true</code> if and only if some key maps to the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines