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.109 by jsr166, Wed Apr 27 12:58:52 2011 UTC vs.
Revision 1.110 by jsr166, Wed Apr 27 14:06:30 2011 UTC

# Line 996 | Line 996 | public class ConcurrentHashMap<K, V> ext
996       * full compatibility with class {@link java.util.Hashtable},
997       * which supported this method prior to introduction of the
998       * Java Collections framework.
999 <
999 >     *
1000       * @param  value a value to search for
1001       * @return <tt>true</tt> if and only if some key maps to the
1002       *         <tt>value</tt> argument in this table as

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines