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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.110 by dl, Thu Jul 4 18:34:49 2013 UTC vs.
Revision 1.111 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 2101 | Line 2101 | public class ConcurrentHashMapV8<K,V>
2101       *
2102       * @param initialCapacity The implementation performs internal
2103       * sizing to accommodate this many elements.
2104 +     * @return the new set
2105       * @throws IllegalArgumentException if the initial capacity of
2106       * elements is negative
2106     * @return the new set
2107       * @since 1.8
2108       */
2109      public static <K> KeySetView<K,Boolean> newKeySet(int initialCapacity) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines