Returns a Set containing all of the mappings in this Map.
Syntax
[Android.Runtime.Register("entrySet", "()Ljava/util/Set;", "GetEntrySetHandler")] public override ICollectionEntrySet ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns a Set containing all of the mappings in this Map. Each mapping is
an instance of Java.Util.IMapEntry. As the Set is backed by this Map,
changes in one will be reflected in the other.