Class SortedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
net.minecraftforge.common.util.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SortedProperties extends Properties
An Implementation of Properties that is sorted when iterating. Made because i got tired of seeing config files written in random orders. This is implemented very basically, and thus is not a speedy system. This is not recommended for used in high traffic areas, and is mainly intended for writing to disc.
See Also: