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.238 by jsr166, Thu Jul 18 18:21:22 2013 UTC vs.
Revision 1.239 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 2071 | Line 2071 | public class ConcurrentHashMap<K,V> exte
2071       * @param initialCapacity The implementation performs internal
2072       * sizing to accommodate this many elements.
2073       * @param <K> the element type of the returned set
2074 +     * @return the new set
2075       * @throws IllegalArgumentException if the initial capacity of
2076       * elements is negative
2076     * @return the new set
2077       * @since 1.8
2078       */
2079      public static <K> KeySetView<K,Boolean> newKeySet(int initialCapacity) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines