Java.Util.HashSet Members

The members of Java.Util.HashSet are listed below.

See Also: Inherited members from Java.Util.AbstractSet

Public Constructors

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.

Protected Constructors

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

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Returns a new HashSet with the same elements and size as this HashSet.
override
Iterator() : IIterator
Returns an Iterator on the elements of this HashSet.
override
Size() : int
Returns the number of elements in this HashSet.