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.77 by jsr166, Tue Jun 21 07:45:09 2005 UTC vs.
Revision 1.78 by jsr166, Fri Jun 24 20:44:49 2005 UTC

# Line 620 | Line 620 | public class ConcurrentHashMap<K, V> ext
620       * bin exceeds this threshold.
621       * @throws IllegalArgumentException if the initial capacity of
622       * elements is negative or the load factor is nonpositive
623 +     *
624 +     * @since 1.6
625       */
626      public ConcurrentHashMap(int initialCapacity, float loadFactor) {
627          this(initialCapacity, loadFactor, DEFAULT_CONCURRENCY_LEVEL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines