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.28 by jsr166, Mon Jul 1 19:19:31 2013 UTC vs.
Revision 1.29 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 1455 | Line 1455 | public class ConcurrentHashMap<K,V> impl
1455       *
1456       * @param initialCapacity The implementation performs internal
1457       * sizing to accommodate this many elements.
1458 +     * @return the new set
1459       * @throws IllegalArgumentException if the initial capacity of
1460       * elements is negative
1460     * @return the new set
1461       * @since 1.8
1462       */
1463      public static <K> KeySetView<K,Boolean> newKeySet(int initialCapacity) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines