Java.Util.IMap
A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value.

See Also: IMap Members

Syntax

[Android.Runtime.Register("java/util/Map", "", "Java.Util.IMapInvoker")]
public interface IMap : Android.Runtime.IJavaObject, IDisposable

Remarks

A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value. The class of the objects used as keys is declared when the Map is declared, as is the class of the corresponding values.

A Map provides helper methods to iterate through all of the keys contained in it, as well as various methods to access and update the key/value pairs.

[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