Documentation for this section has not yet been entered.
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: