Package org.osgi.util.converter
Class DynamicMapFacade<K,V>
java.lang.Object
org.osgi.util.converter.DynamicMapLikeFacade<K,V>
org.osgi.util.converter.DynamicMapFacade<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
Constructors -
Method Summary
Methods inherited from class org.osgi.util.converter.DynamicMapLikeFacade
clear, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
backingObject
-
-
Constructor Details
-
DynamicMapFacade
DynamicMapFacade(Map<K, V> backingObject, ConvertingImpl convertingImpl)
-
-
Method Details
-
get
-
keySet
-