Java.Util.HashMap: Constructor Members

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

See Also: Inherited members from Java.Util.AbstractMap

Public Constructors

Constructs a new empty HashMap instance.
Documentation for this section has not yet been entered.
Constructs a new HashMap instance with the specified capacity.
Constructs a new HashMap instance with the specified capacity and load factor.

Protected Constructors

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