Android.Runtime.JavaDictionary Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new empty HashMap instance.
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.
default property
Item(object)object. Documentation for this section has not yet been entered.
[read-only]
KeysICollection. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject. Documentation for this section has not yet been entered.
[read-only]
ValuesICollection. Documentation for this section has not yet been entered.

Public Methods

Add(object, 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) : IDictionary
Documentation for this section has not yet been entered.
GetEnumerator() : IDictionaryEnumerator
Documentation for this section has not yet been entered.
Remove(object)
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(IDictionary) : IntPtr
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.