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.76 by jsr166, Mon Jun 20 18:05:45 2005 UTC vs.
Revision 1.77 by jsr166, Tue Jun 21 07:45:09 2005 UTC

# Line 752 | Line 752 | public class ConcurrentHashMap<K, V> ext
752       * <tt>null</tt> if the map contains no mapping for the key.
753       *
754       * @param key key whose associated value is to be returned
755 <     * @return the value associated with <tt>key</tt> in this map, or
756 <     *         <tt>null</tt> if there is no mapping for <tt>key</tt>
755 >     * @return the value to which this map maps the specified key, or
756 >     *         <tt>null</tt> if the map contains no mapping for the key
757       * @throws NullPointerException if the specified key is null
758       */
759      public V get(Object key) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines