Class LinkedProperties

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

    class LinkedProperties
    extends Properties
    A properties map that is backed by a type-checked linked hash map. The map can never be made to hold keys or values that are not strings, and will always return entries in the same order they were added.
    Author:
    David M. Lloyd