Interface HasEntrySet<T extends Enum<T>,V>

Type Parameters:
T - A enum representing the keys of this instance
V - A value type, which can be Object
All Known Implementing Classes:
AttributeMap, AuraDesc, CardAttributeMap, CardCostModifierDesc, CardDesc, CardSourceDesc, ConditionDesc, Desc, DynamicDescriptionDesc, EnchantmentDesc, EntityFilterDesc, EventTriggerDesc, LambdaSpellDesc, OpenerDesc, SpellDesc, ValueProviderDesc

public interface HasEntrySet<T extends Enum<T>,V>
Indicates the implementing class can be iterated through using its entrySet() method.