Java.Util.Hashtable: Constructor Members

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

See Also: Inherited members from Java.Util.Dictionary

Public Constructors

Constructs a new Hashtable using the default capacity and load factor.
Documentation for this section has not yet been entered.
Constructs a new Hashtable using the specified capacity and the default load factor.
Constructs a new Hashtable using the specified capacity and load factor.

Protected Constructors

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