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.