Class FrameworkUtil.CaseInsensitiveMap

java.lang.Object
java.util.AbstractMap<String,Object>
org.osgi.framework.FrameworkUtil.CaseInsensitiveMap
All Implemented Interfaces:
Map<String,Object>
Enclosing class:
FrameworkUtil

private static final class FrameworkUtil.CaseInsensitiveMap extends AbstractMap<String,Object> implements Map<String,Object>
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.