Java Enum Get First Element

YOUR_ENUM.values()[index]
Zwazel