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