The members of Java.Util.AbstractMap are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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()Removes all elements from this Map, leaving it empty. | ||
ContainsKey(Java.Lang.Object)Returns whether this Map contains the specified key. | ||
ContainsValue(Java.Lang.Object)Returns whether this Map contains the specified value. | ||
abstract | EntrySet()Returns a Set containing all of the mappings in this Map. | |
Get(Java.Lang.Object)Returns the value of the mapping with the specified key. | ||
KeySet()Returns a set of the keys contained in this Map. | ||
Put(Java.Lang.Object, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
PutAll(IDictionary)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object)Removes a mapping with the specified key from this Map. | ||
Size()Returns the number of mappings in this Map. | ||
Values()Returns a Collection of the values contained in this Map. |