What Is The Order Of Values In An Enum?
What Is The Order Of Values In An Enum? 4 Answers. Each Enum type has a static values method that returns an array containing all of the values of the enum type in the order they are declared. This method is commonly used in combination with the for-each loop to iterate over the values of