enum_map library

Classes

AbstractGenerateEnumMap
A superclass for annotations that you actually use.
EnumMap<K, V>
The base for classes generated with enumMap annotation.
GenerateEnumMap
Use this annotation on enums to create a modifiable map based on them.
GenerateUnmodifiableEnumMap
Use this annotation on enums to create an unmodifiable map based on them. Such map has a const constructor.
UnmodifiableEnumMap<K, V>
The base for classes generated with unmodifiableEnumMap annotation.

Constants

enumMap → const GenerateEnumMap
Use this annotation on enums to create a modifiable map based on them.
unmodifiableEnumMap → const GenerateUnmodifiableEnumMap
Use this annotation on enums to create a modifiable map based on them. Such map has a const constructor.