Java.Util.Concurrent.IConcurrentMap
A Java.Util.IMap providing additional atomic putIfAbsent, remove, and replace methods.

See Also: IConcurrentMap Members

Syntax

[Android.Runtime.Register("java/util/concurrent/ConcurrentMap", "", "Java.Util.Concurrent.IConcurrentMapInvoker")]
public interface IConcurrentMap : Java.Util.IMap, IDisposable

Remarks

A Java.Util.IMap providing additional atomic putIfAbsent, remove, and replace methods.

Memory consistency effects: As with other concurrent collections, actions in a thread prior to placing an object into a ConcurrentMap as a key or value actions subsequent to the access or removal of that object from the ConcurrentMap in another thread.

[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