Java.Util.Concurrent.ConcurrentHashMap.Contains Method
Legacy method testing if some key maps into the specified value in this table.

Syntax

[Android.Runtime.Register("contains", "(Ljava/lang/Object;)Z", "GetContains_Ljava_lang_Object_Handler")]
public virtual bool Contains (Java.Lang.Object value)

Parameters

value
a value to search for

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif the specified value is null

Remarks

Legacy method testing if some key maps into the specified value in this table. This method is identical in functionality to ConcurrentHashMap.containsValue(java.lang.Object), and exists solely to ensure full compatibility with class Java.Util.Hashtable.

[Android Documentation]

Requirements

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