Android.Runtime.JavaDictionary<K,V>: Method Members

The methods of Android.Runtime.JavaDictionary<K,V> are listed below. For a list of all members, see the JavaDictionary<K,V> Members list.

See Also: Inherited members from Android.Runtime.JavaDictionary

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.