Java.Util.AbstractMap.Get Method
Returns the value of the mapping with the specified key.

Syntax

[Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object Get (Java.Lang.Object key)

Parameters

key
the key.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of the mapping with the specified key.

This implementation iterates its entry set, looking for an 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