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.57 by dl, Mon Mar 7 23:49:21 2005 UTC vs.
Revision 1.58 by dl, Tue Mar 8 12:27:11 2005 UTC

# Line 624 | Line 624 | public class ConcurrentHashMap<K, V> ext
624       * and with default load factor (<tt>0.75f</tt>)
625       * and concurrencyLevel (<tt>16</tt>).
626       *
627 <     * @param initialCapacity The implementation performs internal
628 <     * sizing to accommodate this many elements.
627 >     * @param initialCapacity the initial capacity. The implementation
628 >     * performs internal sizing to accommodate this many elements.
629       * @throws IllegalArgumentException if the initial capacity of
630       * elements is negative.
631       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines