Showing posts with label Enum.ordinal() Method in Java. Show all posts
Showing posts with label Enum.ordinal() Method in Java. Show all posts

Enum.ordinal() Method in Java

Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero). For example, let's have weekdays in an enum starting from Monday,...