Class CaseInsensitiveMap.CaseInsensitiveEntry<KK,​VV>

  • All Implemented Interfaces:
    Serializable, Map.Entry<KK,​VV>
    Enclosing class:
    CaseInsensitiveMap<K,​V>

    public class CaseInsensitiveMap.CaseInsensitiveEntry<KK,​VV>
    extends AbstractMap.SimpleEntry<KK,​VV>
    Entry implementation that will give back a String instead of a CaseInsensitiveString when .getKey() is called. Also, when the setValue() API is called on the Entry, it will 'write thru' to the underlying Map's value.
    See Also:
    Serialized Form