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
You must override also keySet() if you want to export Properties as XML:
public Set keySet() { return keys; }