ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/extra166y/CustomConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/extra166y/CustomConcurrentHashMap.java (file contents):
Revision 1.34 by jsr166, Fri Feb 15 22:20:46 2013 UTC vs.
Revision 1.35 by jsr166, Mon Feb 18 03:15:10 2013 UTC

# Line 679 | Line 679 | public class CustomConcurrentHashMap<K,V
679       * Returns {@code true} if this map contains a key equivalent to
680       * the given key with respect to this map's key Equivalence.
681       *
682 <     * @param  key   possible key
682 >     * @param  key possible key
683       * @return {@code true} if this map contains the specified key
684       * @throws NullPointerException if the specified key is null
685       */
# Line 697 | Line 697 | public class CustomConcurrentHashMap<K,V
697       * key with respect to this map's key Equivalence, or {@code null}
698       * if no such mapping exists.
699       *
700 <     * @param  key   possible key
700 >     * @param  key possible key
701       * @return the value associated with the key, or {@code null} if
702       * there is no mapping
703       * @throws NullPointerException if the specified key is null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines