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.280 by jsr166, Sun Sep 13 16:28:14 2015 UTC vs.
Revision 1.281 by jsr166, Fri Sep 18 03:16:17 2015 UTC

# Line 2080 | Line 2080 | public class ConcurrentHashMap<K,V> exte
2080       * <p>Note that this method is identical in functionality to
2081       * {@link #containsValue(Object)}, and exists solely to ensure
2082       * full compatibility with class {@link java.util.Hashtable},
2083 <     * which supported this method prior to introduction of the Java
2084 <     * Collections Framework.
2083 >     * which supported this method prior to introduction of the
2084 >     * Java Collections Framework.
2085       *
2086       * @param  value a value to search for
2087       * @return {@code true} if and only if some key maps to the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines