Class CaseInsensitiveMap<T>

  • All Implemented Interfaces:
    Map<String,​T>

    public class CaseInsensitiveMap<T>
    extends Object
    implements Map<String,​T>
    Case-insensitive map. Unlike the apache commons implementation it doesn't simply lowercase key set, but stores keys as they have been put for the first time.
    Author:
    Sergey.Anchipolevsky Date: 10.01.2008