Java.Util.Concurrent.ConcurrentHashMap: Constructor Members

The constructors of Java.Util.Concurrent.ConcurrentHashMap are listed below. For a list of all members, see the ConcurrentHashMap Members list.

See Also: Inherited members from Java.Util.AbstractMap

Public Constructors

Creates a new, empty map with the default initial table size (16).
Documentation for this section has not yet been entered.
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.