Class CaseInsensitiveMap<T>

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

    public class CaseInsensitiveMap<T>
    extends AbstractMap<String,​T>
    This Map is used for case-insensitive key lookup during filter evaluation. This Map implementation only supports the get operation using a String key as no other operations are used by the Filter implementation.