Java.Util.EnumMap.EntrySet Method
Returns a Set containing all of the mappings in this EnumMap.

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 EnumMap. Each mapping is an instance of Java.Util.IMapEntry. As the Set is backed by this EnumMap, changes in one will be reflected in the other.

The order of the entries in the set will be the order that the enum keys were declared in.

[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