I have a properties file where the order of the values is important. I want to be able to iterate through the properties file and output the values based on the order of the
If you can alter the property names your could prefix them with a numeral or other sortable prefix and then sort the Properties KeySet.