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.199 by dl, Wed Mar 27 19:46:34 2013 UTC vs.
Revision 1.200 by jsr166, Sun Apr 7 15:04:14 2013 UTC

# Line 4979 | Line 4979 | public class ConcurrentHashMap<K,V>
4979          public final boolean add(Entry<K,V> e) {
4980              return map.internalPut(e.getKey(), e.getValue(), false) == null;
4981          }
4982 +
4983          /**
4984           * Adds all of the mappings in the specified collection to this
4985           * set, as if by calling {@link #add(Map.Entry)} on each one.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines