ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.30 by dl, Sat Jul 20 16:50:08 2013 UTC vs.
Revision 1.31 by jsr166, Sat Jul 20 20:36:56 2013 UTC

# Line 1443 | Line 1443 | public class ConcurrentHashMap<K,V> impl
1443       * Creates a new {@link Set} backed by a ConcurrentHashMap
1444       * from the given type to {@code Boolean.TRUE}.
1445       *
1446 +     * @param <K> the element type of the returned set
1447       * @return the new set
1448       * @since 1.8
1449       */
# Line 1457 | Line 1458 | public class ConcurrentHashMap<K,V> impl
1458       *
1459       * @param initialCapacity The implementation performs internal
1460       * sizing to accommodate this many elements.
1461 +     * @param <K> the element type of the returned set
1462       * @return the new set
1463       * @throws IllegalArgumentException if the initial capacity of
1464       * elements is negative

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines