You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The array returned by calling .values on an Enum type results in an Array which does not respect the ordering of the enums themselves (as given by their ordinal value). This is different from the behaviour of Java Enums.