Hi Folks,
So the problem im having is trying to make some code less clunky. I recieve a list of random codes in the form of an Enumeration. I then retrieve a number of codes i read in from a properties file going from most important at the top to least important at the bottom. I want to read in my enumerations and check them against the properties list and retrieve the highest ranking code.
Any ideas?