Interface HasEntrySet<T extends Enum<T>,V>
- Type Parameters:
T
- A enum representing the keys of this instanceV
- 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.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static class
HasEntrySet.BfsNode<T extends Enum,
V> -
Method Summary
-
Method Details
-
entrySet
-
bfs
-
link
-