Android.Util.ArrayMap.EntrySet Method
Return a Java.Util.ISet for iterating over and interacting with all mappings in the array map.

Syntax

[Android.Runtime.Register("entrySet", "()Ljava/util/Set;", "")]
public ICollection EntrySet ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return a Java.Util.ISet for iterating over and interacting with all mappings in the array map. the semantics of this Set are subtly different than that of a Android.Runtime.JavaDictionary: most important, the Java.Util.IMapEntry object returned by its iterator is a single object that exists for the entire iterator, so you can not hold on to it after calling Java.Util.IIterator.Next.

Note: this is a very inefficient way to access the array contents, it requires generating a number of temporary objects.

Note:

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0