Android.Runtime.JavaDictionary<K,V> Members

The members of Android.Runtime.JavaDictionary<K,V> are listed below.

See Also: Inherited members from Android.Runtime.JavaDictionary

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

default property
Item(K)V. Documentation for this section has not yet been entered.
[read-only]
KeysICollection<K>. Documentation for this section has not yet been entered.
[read-only]
ValuesICollection<V>. Documentation for this section has not yet been entered.

Public Methods

Add(KeyValuePair<K, V>)
Documentation for this section has not yet been entered.
Add(K, V)
Documentation for this section has not yet been entered.
Contains(KeyValuePair<K, V>) : bool
Documentation for this section has not yet been entered.
ContainsKey(K) : bool
Documentation for this section has not yet been entered.
CopyTo(KeyValuePair<K, V>[], int)
Documentation for this section has not yet been entered.
static
FromJniHandle(IntPtr, JniHandleOwnership) : IDictionary<K, V>
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<KeyValuePair<K, V>>
Documentation for this section has not yet been entered.
Remove(K) : bool
Documentation for this section has not yet been entered.
Remove(KeyValuePair<K, V>) : bool
Documentation for this section has not yet been entered.
static
ToLocalJniHandle(IDictionary<K, V>) : IntPtr
Documentation for this section has not yet been entered.
TryGetValue(K, out V) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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