Package jmri.util

Class OrderedProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class OrderedProperties extends Properties
Properties implementation that enumerates properties sorted by key. See http://stackoverflow.com/a/3253071/176160
See Also: