The members of Android.Util.ArrayMap are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clear()Make the array map empty. | ||
ContainsAll(ICollection<object>)Documentation for this section has not yet been entered. | ||
ContainsKey(Java.Lang.Object)Check whether a key exists in the array. | ||
ContainsValue(Java.Lang.Object)Check whether a value exists in the array. | ||
EnsureCapacity(int)Ensure the array map can hold at least minimumCapacity items. | ||
EntrySet()Return a Java.Util.ISet for iterating over and interacting with all mappings in the array map. | ||
Get(Java.Lang.Object)Retrieve a value from the array. | ||
IndexOfKey(Java.Lang.Object)Returns the index of a key in the set. | ||
KeyAt(int)Return the key at the given index in the array. | ||
KeySet()Return a Java.Util.ISet for iterating over and interacting with all keys in the array map. | ||
Put(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
PutAll(ArrayMap)Documentation for this section has not yet been entered. | ||
PutAll(IDictionary)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object)Remove an existing key from the array map. | ||
RemoveAll(ICollection<object>)Documentation for this section has not yet been entered. | ||
RemoveAt(int)Remove the key/value mapping at the given index. | ||
RetainAll(ICollection<object>)Documentation for this section has not yet been entered. | ||
SetValueAt(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Size()Return the number of items in this array map. | ||
ValueAt(int)Return the value at the given index in the array. | ||
Values()Return a Android.Runtime.JavaCollection for iterating over and interacting with all values in the array map. |