1.4.0
New static method values()
: returns instances of the Enum class of all Enum constants (constant name in key, Enum instance in value).
MyEnum::values()
New static method values()
: returns instances of the Enum class of all Enum constants (constant name in key, Enum instance in value).
MyEnum::values()