0 By Nithya Vasudevan In EnumerationsPosted October 17, 2016Iterating Enum valuesIf we want to iterate all the values in the enum, we can use the values() method of enum which returns an array of enum values as enum type. This method values() is actually inserted by the [...] READ MORE