Package org.osgi.util.converter
Class DynamicDictionaryFacade<K,V>
java.lang.Object
org.osgi.util.converter.DynamicMapLikeFacade<K,V>
org.osgi.util.converter.DynamicDictionaryFacade<K,V>
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class org.osgi.util.converter.DynamicMapLikeFacade
convertingImpl
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicDictionaryFacade
(Dictionary<K, V> backingObject, ConvertingImpl convertingImpl) -
Method Summary
Methods inherited from class org.osgi.util.converter.DynamicMapLikeFacade
clear, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
backingObject
-
-
Constructor Details
-
DynamicDictionaryFacade
DynamicDictionaryFacade(Dictionary<K, V> backingObject, ConvertingImpl convertingImpl)
-
-
Method Details
-
get
-
keySet
-