Class OrderedProperties

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

public class OrderedProperties extends Properties
A Properties class with predictable order: it is sorted by key value. This class is not really fully consistent, but sufficiently for Modello unit-tests when reading/writing XML samples.
Author:
Hervé Boutemy
See Also: