Android.Runtime.JavaSet<T> Class
HashSet is an implementation of a Set.

See Also: JavaSet<T> Members

Syntax

[Android.Runtime.Register("java/util/HashSet", DoNotGenerateAcw=true)]
public class JavaSet<T> : JavaSet, ICollection<T>, IEnumerable<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

HashSet is an implementation of a Set. All optional operations (adding and removing) are supported. The elements can be any objects.

[Android Documentation]

Requirements

Namespace: Android.Runtime
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1