Class OrderedProperties

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

    public final class OrderedProperties
    extends Properties
    This class is an ordered Properties where the key/values are stored in the order they are added or loaded.

    Note: This implementation is only intended as implementation detail for the Camel properties component, and has only been designed to provide the needed functionality. The complex logic for loading properties has been kept from the JDK Properties class.

    See Also:
    Serialized Form