The members of Android.Runtime.JavaDictionary<K,V> are listed below.
See Also: Inherited members from Android.Runtime.JavaDictionary
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. |
default property | Item(K) | V. Documentation for this section has not yet been entered. |
[read-only] | Keys | ICollection<K>. Documentation for this section has not yet been entered. |
[read-only] | Values | ICollection<V>. Documentation for this section has not yet been entered. |
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>)Documentation for this section has not yet been entered. | ||
ContainsKey(K)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)Documentation for this section has not yet been entered. | |
GetEnumerator()Documentation for this section has not yet been entered. | ||
Remove(K)Documentation for this section has not yet been entered. | ||
Remove(KeyValuePair<K, V>)Documentation for this section has not yet been entered. | ||
static | ToLocalJniHandle(IDictionary<K, V>)Documentation for this section has not yet been entered. | |
TryGetValue(K, out V)Documentation for this section has not yet been entered. |
IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. |