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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |