Package aQute.bnd.osgi.resource
Class FilterImpl.DictionaryMap
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
dictionary
-
-
Constructor Details
-
DictionaryMap
DictionaryMap(Dictionary<String, ?> dictionary)
-
-
Method Details