The constructors of Java.Util.HashSet are listed below. For a list of all members, see the HashSet Members list.
See Also: Inherited members from Java.Util.AbstractSet
HashSet() | Constructs a new empty instance of HashSet. | |
Documentation for this section has not yet been entered. | ||
Constructs a new instance of HashSet with the specified capacity. | ||
Constructs a new instance of HashSet with the specified capacity and load factor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |