Class CaseInsensitiveProperties

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

    public class CaseInsensitiveProperties
    extends Properties
    A case insensitive Properties with case preservation. If key is a String, a case insensitive hash code is used for hashing but original case of the key is preserved.
    See Also:
    Serialized Form