Class CaseInsensitiveKey

  • All Implemented Interfaces:
    Serializable

    public class CaseInsensitiveKey
    extends Object
    implements Serializable
    String wrapper that returns a case insensitive hash code useful for case insensitive hashing in HashSet and HashMap.
    See Also:
    Serialized Form
    • Constructor Detail

      • CaseInsensitiveKey

        public CaseInsensitiveKey​(String key)