Package org.bndly.common.osgi.util
Class DictionaryAsMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- org.bndly.common.osgi.util.DictionaryAsMap<K,V>
-
- All Implemented Interfaces:
Map<K,V>
public class DictionaryAsMap<K,V> extends AbstractMap<K,V> implements Map<K,V>
- Author:
- cybercon <bndly@cybercon.de>
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description DictionaryAsMap(Dictionary<K,V> dictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<K,V>>entrySet()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, 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, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-