Java.Util.HashMap.EntrySet Method
Returns a set containing all of the mappings in this map.

Syntax

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

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.

[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