HashSet is an implementation of a Set.
See Also:
JavaSet<T> Members
Syntax
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