Android.Runtime.JavaSet Members

The members of Android.Runtime.JavaSet are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new empty instance of HashSet.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject. Documentation for this section has not yet been entered.

Public Methods

Add(object)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
static
FromJniHandle(IntPtr, JniHandleOwnership) : ICollection
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
Remove(object)
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(ICollection) : IntPtr
Documentation for this section has not yet been entered.