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