Java.Util.AbstractMap.Remove Method
Removes a mapping with the specified key from this Map.

Syntax

[Android.Runtime.Register("remove", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetRemove_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object Remove (Java.Lang.Object key)

Parameters

key
the key of the mapping to remove.

Returns

Documentation for this section has not yet been entered.

Remarks

Removes a mapping with the specified key from this Map.

This implementation iterates its entry set, removing the entry with a key that key equals.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1