Class FilterImpl.DictionaryMap

java.lang.Object
java.util.AbstractMap<String,Object>
aQute.bnd.osgi.resource.FilterImpl.DictionaryMap
All Implemented Interfaces:
Map<String,Object>
Direct Known Subclasses:
FilterImpl.CaseInsensitiveMap
Enclosing class:
FilterImpl

private static class FilterImpl.DictionaryMap extends AbstractMap<String,Object> implements Map<String,Object>
This Map is used for 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.